Add twrap.sh
[khome.git] / bin / twrap.sh
diff --git a/bin/twrap.sh b/bin/twrap.sh
new file mode 100755 (executable)
index 0000000..92b05ea
--- /dev/null
@@ -0,0 +1,6 @@
+#! /bin/sh
+
+while read line
+do
+    echo "$(date +'%F %T') ==> $line"
+done
This page took 0.032123 seconds and 4 git commands to generate.