Created
March 9, 2015 18:10
-
-
Save csytsma/e31ee6e72ca80a03aace to your computer and use it in GitHub Desktop.
Use this to start VirtualBox VM, assuming you already have the VM setup and it is called Android.
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
#!/bin/bash | |
# This script starts the VirtualBox VM for Android | |
# Author: Cory Sytsma | |
printf "Starting VirtualBox Android VM...\n" | |
vboxmanage startvm Android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment