Skip to content

Instantly share code, notes, and snippets.

@chris-peterson
Created September 18, 2021 04:18
Show Gist options
  • Save chris-peterson/ee7b5449ce21672390a43d37a3ccf523 to your computer and use it in GitHub Desktop.
Save chris-peterson/ee7b5449ce21672390a43d37a3ccf523 to your computer and use it in GitHub Desktop.
watch -n 1 "ps aux | grep -i 'zoom\.us' | grep -v grep > /dev/null && echo 'zoom is running' || echo 'zoom is NOT running'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment