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