Created
December 13, 2011 22:31
-
-
Save someara/1474223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execute "append some shit" do | |
command "echo 'some shit' >> /some/file" | |
not_if "grep 'some shit' /some/file" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment