Skip to content

Instantly share code, notes, and snippets.

@nicksherron
Last active December 6, 2018 02:12
Show Gist options
  • Select an option

  • Save nicksherron/c424666face1dc56a3a1d5a7af8e85a8 to your computer and use it in GitHub Desktop.

Select an option

Save nicksherron/c424666face1dc56a3a1d5a7af8e85a8 to your computer and use it in GitHub Desktop.
ps aux | grep crawl | cut -d " " -f2 | awk '{print "kill", $0}' > tmp && bash tmp && rm tmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment