Advertisement
Guest User

Untitled

a guest
Aug 9th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # does nothing
  2. directory "dir1"
  3.  
  4. task "blob" => "dir1" do
  5.   # Do stuff in dir1
  6. end
  7.  
  8. # @TODO: Test to ensure this runs in windows cmd
  9. task :default do
  10.   sh "rake blob"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement