# File lib/commander/user_interaction.rb, line 191 def applescript(script) `osascript -e "#{ script.gsub('"', '\"') }"` end