Skip to content

Instantly share code, notes, and snippets.

@tanordheim
Created March 14, 2013 12:05
Show Gist options
  • Save tanordheim/5160857 to your computer and use it in GitHub Desktop.
Save tanordheim/5160857 to your computer and use it in GitHub Desktop.
["command1", "command2", "command3"].each do |command|
execute command do
not_if { File.directory?("/usr/bin") }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment