# File lib/headless/cli_util.rb, line 3 def self.application_exists?(app) `which #{app}`.strip != "" end