shi_date.sh
author Stiletto <blasux@blasux.ru>
Fri, 24 Oct 2014 17:07:07 +0400
changeset 11 ad3d40f11f6d
parent 0 a22a319f5129
permissions -rwxr-xr-x
status-bat: flashing bullshit support

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