Skip to content

Instantly share code, notes, and snippets.

@someara
Created March 26, 2013 18:44
Show Gist options
  • Save someara/5248007 to your computer and use it in GitHub Desktop.
Save someara/5248007 to your computer and use it in GitHub Desktop.
execute "do a thing" do
command "/path/to/binthing args"
not_if "test -f /tmp/foobar"
only_if "ps -ef | grep bob"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment