bin: dedent
This commit is contained in:
parent
35bbc55025
commit
39c0f76a2a
1 changed files with 6 additions and 0 deletions
6
bin/dedent
Executable file
6
bin/dedent
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import textwrap
|
||||||
|
import sys
|
||||||
|
|
||||||
|
sys.stdout.write(textwrap.dedent(sys.stdin.read()))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue