Skip to content

Instantly share code, notes, and snippets.

@xman1980
Created October 19, 2015 10:30
Show Gist options
  • Save xman1980/eab29a53396702453a15 to your computer and use it in GitHub Desktop.
Save xman1980/eab29a53396702453a15 to your computer and use it in GitHub Desktop.
killall_yarn_jobs
yarn application -list | grep -o '^app[a-z0-9_]*' | xargs -n 1 -I {} sh -c "yarn application -kill {}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment