Skip to content

Instantly share code, notes, and snippets.

@csytsma
Created March 9, 2015 18:10
Show Gist options
  • Save csytsma/e31ee6e72ca80a03aace to your computer and use it in GitHub Desktop.
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.
#!/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