Skip to content

Instantly share code, notes, and snippets.

@3on
Forked from nananair/gist:6592828
Created September 17, 2013 12:06
Show Gist options
  • Save 3on/6593477 to your computer and use it in GitHub Desktop.
Save 3on/6593477 to your computer and use it in GitHub Desktop.
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