shi_date.sh
author Stiletto <blasux@blasux.ru>
Sat, 17 Aug 2019 15:25:10 +0400
changeset 17 5b6294779007
parent 0 a22a319f5129
permissions -rwxr-xr-x
[status-time] Support NOT changing timezone

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