Skip to content

Instantly share code, notes, and snippets.

@leepro
Created April 4, 2014 03:04
Show Gist options
  • Save leepro/9967282 to your computer and use it in GitHub Desktop.
Save leepro/9967282 to your computer and use it in GitHub Desktop.
clock
#!/bin/sh
while [ 1 ]
do
clear
date +%T |toilet -F gay -f mono12
sleep 0.91;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment