Last active
February 2, 2017 10:53
-
-
Save xcambar/1800224da01fc01f9db8189e3107a038 to your computer and use it in GitHub Desktop.
Show vagrant status
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
[ -e .vagrant ] && (VBoxManage showvminfo $(cat .vagrant/machines/default/virtualbox/id) --machinereadable | grep 'VMState=' | sed 's/.*"\(.*\)"[^"]*$/\1/) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment