Skip to content

Instantly share code, notes, and snippets.

@huseyin
Created March 6, 2015 13:48
Show Gist options
  • Save huseyin/77828a105189a2428be8 to your computer and use it in GitHub Desktop.
Save huseyin/77828a105189a2428be8 to your computer and use it in GitHub Desktop.
sh
# 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