Skip to content

Instantly share code, notes, and snippets.

@claytron
Created November 28, 2012 15:45
Show Gist options
  • Save claytron/4162078 to your computer and use it in GitHub Desktop.
Save claytron/4162078 to your computer and use it in GitHub Desktop.
Sweet retro clock
#!/bin/sh
while true
do
sleep 5
clear
figlet -w 200 -f smslant `date +"%H : %M"`
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment