shi_date.sh
author Stiletto <blasux@blasux.ru>
Fri, 24 Oct 2014 14:13:46 +0400
changeset 10 442bed4a072e
parent 0 a22a319f5129
permissions -rwxr-xr-x
Locale support for status-time

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