Skip to content

Instantly share code, notes, and snippets.

@matflores
Created September 10, 2010 15:07
Show Gist options
  • Save matflores/573792 to your computer and use it in GitHub Desktop.
Save matflores/573792 to your computer and use it in GitHub Desktop.
script "install everything" do
interpreter "bash"
user "root"
cwd "/vagrant"
code "bash setup.sh"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment