Skip to content

Instantly share code, notes, and snippets.

@felixhummel
Created October 29, 2015 12:45
Show Gist options
  • Save felixhummel/b147e48fbd0541cba429 to your computer and use it in GitHub Desktop.
Save felixhummel/b147e48fbd0541cba429 to your computer and use it in GitHub Desktop.
#!/bin/bash
vmname=$1
vboxmanage controlvm $vmname poweroff
vboxmanage unregistervm $vmname --delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment