Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Last active May 2, 2019 02:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlesmithjr/0b4764c2a8e3dccf97b9aeb59cb1c3cf to your computer and use it in GitHub Desktop.
Save mrlesmithjr/0b4764c2a8e3dccf97b9aeb59cb1c3cf to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
VBoxManage list vms | awk -F\" '{ print $3 }' | xargs -I vmid VBoxManage unregistervm --delete vmid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment