Skip to content

Instantly share code, notes, and snippets.

@Krettis
Last active August 8, 2016 22:05
Show Gist options
  • Save Krettis/e957ca8d265c3ad46068 to your computer and use it in GitHub Desktop.
Save Krettis/e957ca8d265c3ad46068 to your computer and use it in GitHub Desktop.
-- stop all vagrant boxes
vboxmanage list runningvms | sed -E 's/.*\{(.*)\}/\1/' | xargs -L1 -I {} VBoxManage controlvm {} savestate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment