ASCII Clock with watch and figlet
Oneliner ASCII clock with watch and figlet:
watch -n 1 'date +"%I.%M %p" | figlet -f banner3 -w 180 'bash cli ascii watch figlet
Oneliner ASCII clock with watch and figlet:
watch -n 1 'date +"%I.%M %p" | figlet -f banner3 -w 180 '