Skip to content

Instantly share code, notes, and snippets.

@Marneus68
Created April 15, 2013 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Marneus68/5388522 to your computer and use it in GitHub Desktop.
Save Marneus68/5388522 to your computer and use it in GitHub Desktop.
Put a clock at the top right of your terminal sesion.
while sleep 1;do tput sc;tput cup 0 $(($(tput cols)-29));date;tput rc;done &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment