Skip to content

Instantly share code, notes, and snippets.

@willemwollebrants
Created May 20, 2016 16:03
Show Gist options
  • Save willemwollebrants/c234c43133d363fe01176e2043a6c56e to your computer and use it in GitHub Desktop.
Save willemwollebrants/c234c43133d363fe01176e2043a6c56e to your computer and use it in GitHub Desktop.
vagrant-stop-all.sh
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