9 10 11 12
# File 'lib/linecook/command_utils.rb', line 9 def sh(cmd) $stderr.puts "$ #{cmd}" unless quiet system(cmd) end