Created
September 8, 2016 05:31
-
-
Save mgirouard/8baa6c1de6d8db2b1e00a91374069cef to your computer and use it in GitHub Desktop.
Get VirtualBox IPs for a given VM
This file contains 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
# http://superuser.com/a/634198 | |
VBoxManage guestproperty enumerate $1 | grep IP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment