Skip to content

Instantly share code, notes, and snippets.

@rplevy
Forked from jlindsey/gist:1183813
Created May 7, 2014 15:33
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 rplevy/22f2801acfc43f0b90f0 to your computer and use it in GitHub Desktop.
Save rplevy/22f2801acfc43f0b90f0 to your computer and use it in GitHub Desktop.
cd /path/to/dir/with/Vagrantfile
VBoxManage controlvm $(cat .vagrant | awk 'BEGIN { FS = ":" } { print $3 }' | sed 's/["\}]//g') poweroff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment