Skip to content

Instantly share code, notes, and snippets.

@basicxman
Created December 11, 2010 06:38
Show Gist options
  • Save basicxman/737201 to your computer and use it in GitHub Desktop.
Save basicxman/737201 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/start/:vm'
`vboxmanage startvm #{params[:vm]}`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment