Skip to content

Instantly share code, notes, and snippets.

@basilleaf
Created March 14, 2018 01:09
Show Gist options
  • Save basilleaf/f584f8166ca4216a6546a899310b2191 to your computer and use it in GitHub Desktop.
Save basilleaf/f584f8166ca4216a6546a899310b2191 to your computer and use it in GitHub Desktop.
watch
# equivilant of watch command on mac os
while :; do clear; ps 3277; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment