add bin/clock.sh, bin/telegram-desktop from kanaya

This commit is contained in:
Lexi / Zoe 2019-01-22 22:42:07 +01:00
parent aef83ee17b
commit b0a364c6a5
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
2 changed files with 13 additions and 0 deletions

8
bin/clock.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
while true; do
clear
date +%T | banner -f 2 | sed -e 's/*/█/g'
sleep 1
done