Skip to content

Instantly share code, notes, and snippets.

@adelcambre
Created August 27, 2009 19:40
Show Gist options
  • Save adelcambre/176500 to your computer and use it in GitHub Desktop.
Save adelcambre/176500 to your computer and use it in GitHub Desktop.
define :foobar do
execute "something" do
command "rm -rf #{params[:name]}"
end
end
foobar "/" do
only_if { false }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment