# File lib/headless/cli_util.rb, line 13
    def self.path_to(app)
      `which #{app}`.strip
    end