Created
October 19, 2015 10:30
-
-
Save xman1980/eab29a53396702453a15 to your computer and use it in GitHub Desktop.
killall_yarn_jobs
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
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