Skip to content

Instantly share code, notes, and snippets.

@gmic
Created June 15, 2017 12:52
Show Gist options
  • Save gmic/45f0c59b8691515e8151e10268f53478 to your computer and use it in GitHub Desktop.
Save gmic/45f0c59b8691515e8151e10268f53478 to your computer and use it in GitHub Desktop.
ps -ef | grep run | grep -v grep| grep airflow | awk '{print $2}' | xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment