shi_date.sh
author Stiletto <blasux@blasux.ru>
Sat, 16 Mar 2013 00:03:51 +0400
changeset 0 a22a319f5129
permissions -rwxr-xr-x
Initial commit

#!/bin/sh
while :; do
    date +%H:%M:%S
    sleep 1
done