aboutsummaryrefslogtreecommitdiff
path: root/bin/unwrap
diff options
context:
space:
mode:
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