Created
March 6, 2015 13:48
-
-
Save huseyin/77828a105189a2428be8 to your computer and use it in GitHub Desktop.
sh
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
# encoding: utf-8 | |
# Ufak bir betik. | |
require 'rake' | |
sh *%w[ps] do |ok, resp| | |
if ok | |
puts resp | |
else | |
puts "Error: #{resp.exitfailure if exit(stdout=false)}" | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment