jeudi 5 février 2015

Open terminal via AppleScript


I'm tring to write a shortcut script in spark for opening the terminal.



on run {input, parameters}

tell application "Utilities/Terminal" // tried Utilities:Terminal and Terminal too
reopen
activate
end tell

end run


how can make this work? I'm using 10.10.2 as OSX version.





Aucun commentaire:

Enregistrer un commentaire