Skip to content

Instantly share code, notes, and snippets.

@nananair
nananair / gist:6592828
Created September 17, 2013 10:57
I love applescript
tell application "Terminal"
activate
-- set profile buzz
tell me to set buzz to path to resource "dl.sh" as text
do script "cd ~/Downloads && bash " & quoted form of the POSIX path of buzz & " && say Buzz done"
-- close profile buzz window
end tell