Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # does nothing
- directory "dir1"
- task "blob" => "dir1" do
- # Do stuff in dir1
- end
- # @TODO: Test to ensure this runs in windows cmd
- task :default do
- sh "rake blob"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement