Skip to content

Instantly share code, notes, and snippets.

@nananair
Created September 17, 2013 10:57
Show Gist options
  • Select an option

  • Save nananair/6592828 to your computer and use it in GitHub Desktop.

Select an option

Save nananair/6592828 to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment