Skip to content

Instantly share code, notes, and snippets.

@b333z
Created November 13, 2012 23:45
Show Gist options
  • Save b333z/4069201 to your computer and use it in GitHub Desktop.
Save b333z/4069201 to your computer and use it in GitHub Desktop.
shell replacment for watch
while true ; do clear ; <foo command here> ; sleep 5 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment