summaryrefslogtreecommitdiffstats
path: root/.local/bin/startsoon
blob: 599428f8b8cdc27ae4abea69aab9fc62674b4575 (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 5
done