Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Created February 12, 2014 05:32
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 Yasushi/8950501 to your computer and use it in GitHub Desktop.
Save Yasushi/8950501 to your computer and use it in GitHub Desktop.
while : ; do echo -n `date +%H:%M:%S`' ' ; for i in $(seq $(uptime | awk '{printf("%2d",$10 * 10)}')) ;do [ $i -le $((COLUMNS-8)) ] && echo -n '='; done; echo ''; sleep 3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment