Skip to content

Instantly share code, notes, and snippets.

@mathieue
Created August 4, 2011 20:10
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 mathieue/1126109 to your computer and use it in GitHub Desktop.
Save mathieue/1126109 to your computer and use it in GitHub Desktop.
start a virtualboxvm in headless mode, only in a term
#!/bin/bash
# vmmacbook is the name of my vm
VBoxHeadless -startvm vmmacbook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment