summaryrefslogtreecommitdiffstats
path: root/.local/bin/startsoon
blob: fdb0eef1a1cc09cde892e59066fa3e9ea69e191d (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/local/bin/dash

while true; do
	clear
	# figlet -s -L -c -t "Stream starting soon" | lolcat -F 0.05
	figlet -s -L -c -t "Stream starting soon"
	echo
	# figlet -s -L -c -t "take a coffee!" | lolcat -F 0.05
	figlet -s -L -c -t "take a coffee!"
	sleep 15
done