Created
May 20, 2016 16:03
-
-
Save willemwollebrants/c234c43133d363fe01176e2043a6c56e to your computer and use it in GitHub Desktop.
vagrant-stop-all.sh
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
vagrant global-status | grep running | cut -c 1-9 | while read line; do echo $line; vagrant halt $line done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment