task :git_status do sh "git status" end task :run do ruby "test.rb" end