Skip to content

Instantly share code, notes, and snippets.

@sween
Created November 14, 2017 20:18
Show Gist options
  • Save sween/c4efbf97f493328a8ac6d5a16168b762 to your computer and use it in GitHub Desktop.
Save sween/c4efbf97f493328a8ac6d5a16168b762 to your computer and use it in GitHub Desktop.
script "install_something" do
interpreter "bash"
user "root"
cwd "/tmp"
code <<-EOH
#insert bash script
EOH
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment