Created
March 14, 2018 01:09
-
-
Save basilleaf/f584f8166ca4216a6546a899310b2191 to your computer and use it in GitHub Desktop.
watch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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