X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=bin%2Ftwrap.sh;fp=bin%2Ftwrap.sh;h=92b05ea84ad7bbe99c04adc24dad0b66bb8efb03;hb=8a6addd1c807b9b81c7676a514c4968933f3d451;hp=0000000000000000000000000000000000000000;hpb=06ec33cbfa90c35e1c507bf54bba8a3b01b58f90;p=khome.git diff --git a/bin/twrap.sh b/bin/twrap.sh new file mode 100755 index 0000000..92b05ea --- /dev/null +++ b/bin/twrap.sh @@ -0,0 +1,6 @@ +#! /bin/sh + +while read line +do + echo "$(date +'%F %T') ==> $line" +done