aboutsummaryrefslogtreecommitdiff
path: root/bin/unwrap
diff options
context:
space:
mode:
authorRaul Benencia <raul@thousandeyes.com>2020-05-26 15:48:17 -0700
committerRaul Benencia <raul@thousandeyes.com>2020-05-26 15:48:17 -0700
commitbf778da916ad64586aec2613238701cbed4565c8 (patch)
tree63042a05d11adc912c5c7e1c31a63d92326ab702 /bin/unwrap
parent65dea73b1362ba9ce03389e2148656bfba90d566 (diff)
add remove-padding and unwrap
Diffstat (limited to 'bin/unwrap')
-rwxr-xr-xbin/unwrap6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/unwrap b/bin/unwrap
new file mode 100755
index 0000000..ffcc5e1
--- /dev/null
+++ b/bin/unwrap
@@ -0,0 +1,6 @@
+#!/usr/bin/env python
+
+import sys
+
+for line in sys.stdin:
+ sys.stdout.write(line.strip())
nihil fit ex nihilo