# File lib/heroku/helpers.rb, line 90
    def shell(cmd)
      FileUtils.cd(Dir.pwd) {|d| return `#{cmd}`}
    end