Last active
December 11, 2015 07:58
-
-
Save ifnull/4570012 to your computer and use it in GitHub Desktop.
List running virtual boxes to shutdown busted vagrant boxes
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
VBoxManage list runningvms | |
VBoxManage controlvm {foobar} poweroff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment