Created
September 15, 2016 14:04
-
-
Save inirudebwoy/98dda092e27929dfdc4c4b03259cc346 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
alias halt_all_vagrants="vagrant global-status | awk '/running/{print $1}' | xargs -r -d '\n' -n 1 -- vagrant halt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment