Skip to content

Instantly share code, notes, and snippets.

@jeansymolanza
Last active September 27, 2024 10:40
Show Gist options
  • Save jeansymolanza/1b5f1137317995f907a51f23a09246e7 to your computer and use it in GitHub Desktop.
Save jeansymolanza/1b5f1137317995f907a51f23a09246e7 to your computer and use it in GitHub Desktop.
if [ $(pgrep -c 'GTF') -eq 6 ]; then echo 0; else echo 1; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment