# File lib/repo.rb, line 80
        def run(cmd)
            return `cd #{@path} && #{cmd}`
        end