Organize into home and system directories
[khome.git] / home / bin / twrap.sh
diff --git a/home/bin/twrap.sh b/home/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.025047 seconds and 4 git commands to generate.