Skip to content

Instantly share code, notes, and snippets.

@jeremyfelt
Created September 11, 2013 19:17
Show Gist options
  • Select an option

  • Save jeremyfelt/6528416 to your computer and use it in GitHub Desktop.

Select an option

Save jeremyfelt/6528416 to your computer and use it in GitHub Desktop.
# outputs cmd1
echo $1
config.vm.provision :shell do |shell|
shell.path = File.join( "provision", "provision.sh" )
shell.args = "cmd1"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment