shi_date.sh
author Stiletto <blasux@blasux.ru>
Thu, 23 Oct 2014 19:32:57 +0400
changeset 8 028758fdeab2
parent 0 a22a319f5129
permissions -rwxr-xr-x
Added tag 0.03 for changeset c0ca2b08f061
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a22a319f5129 Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff changeset
     1
#!/bin/sh
a22a319f5129 Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff changeset
     2
while :; do
a22a319f5129 Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff changeset
     3
    date +%H:%M:%S
a22a319f5129 Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff changeset
     4
    sleep 1
a22a319f5129 Initial commit
Stiletto <blasux@blasux.ru>
parents:
diff changeset
     5
done