aboutsummaryrefslogtreecommitdiff
path: root/bin/padding-remove
diff options
context:
space:
mode:
authorRaul Benencia <rul@kalgan.cc>2020-06-02 14:45:55 -0700
committerRaul Benencia <rul@kalgan.cc>2020-06-02 14:45:55 -0700
commit9ac0154b2640a50fcc2a1430751598824dc64e0e (patch)
treea50272a66002c1f8903700ce74076588558bd77c /bin/padding-remove
parent36c7e3571e40758deeeb88992aab66e7126b1ffa (diff)
padding
Diffstat (limited to 'bin/padding-remove')
-rwxr-xr-xbin/padding-remove6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/padding-remove b/bin/padding-remove
new file mode 100755
index 0000000..9c5f41e
--- /dev/null
+++ b/bin/padding-remove
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import sys
+
+for line in sys.stdin:
+ sys.stdout.write(line.strip() + '\n')
nihil fit ex nihilo