shi_date.sh
author Stiletto <blasux@blasux.ru>
Sat, 17 Aug 2019 15:23:15 +0400
changeset 16 e08bdbec1843
parent 0 a22a319f5129
permissions -rwxr-xr-x
Fix battery indicator

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