Skip to content

Instantly share code, notes, and snippets.

@CatherineWong
Created December 17, 2020 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CatherineWong/b4c1605f2eeaef91bfe55f7e82ec0d7c to your computer and use it in GitHub Desktop.
Save CatherineWong/b4c1605f2eeaef91bfe55f7e82ec0d7c to your computer and use it in GitHub Desktop.
@CatherineWong
Copy link
Author

Handy dandy: ps aux | grep psiturk | awk '{print $2}' | xargs kill -9 -- on mac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment