add bin/clock.sh, bin/telegram-desktop from kanaya
This commit is contained in:
parent
aef83ee17b
commit
b0a364c6a5
2 changed files with 13 additions and 0 deletions
8
bin/clock.sh
Executable file
8
bin/clock.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
while true; do
|
||||
clear
|
||||
date +%T | banner -f 2 | sed -e 's/*/█/g'
|
||||
sleep 1
|
||||
done
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue