Skip to content

Instantly share code, notes, and snippets.

@magoon
Last active December 19, 2015 18:58
Show Gist options
  • Save magoon/6002434 to your computer and use it in GitHub Desktop.
Save magoon/6002434 to your computer and use it in GitHub Desktop.
Halt all running vagrants (or virtualboxes)
vboxmanage list runningvms | cut -d \" -f 2 | xargs -I % vboxmanage controlvm % poweroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment