module Concourse::Util

def sh command

def sh command
  running "(in #{Dir.pwd}) #{command}"
  Rake.sh command, verbose: false
end