Last active
December 6, 2018 02:12
-
-
Save nicksherron/c424666face1dc56a3a1d5a7af8e85a8 to your computer and use it in GitHub Desktop.
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
| 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