shi_date.sh
author Stiletto <blasux@blasux.ru>
Fri, 27 Feb 2015 19:46:25 +0400
changeset 14 fa82d67af1ea
parent 0 a22a319f5129
permissions -rwxr-xr-x
Remove dwm-copypasta

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