Skip to content

Instantly share code, notes, and snippets.

@torgeir
Created April 11, 2020 08:47
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 torgeir/d8b176ab57e4ff51c20d57abb04dd2e8 to your computer and use it in GitHub Desktop.
Save torgeir/d8b176ab57e4ff51c20d57abb04dd2e8 to your computer and use it in GitHub Desktop.
Kill python process by script name
kill $(pidof -x <script-name>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment