Created
September 17, 2013 10:57
-
-
Save nananair/6592828 to your computer and use it in GitHub Desktop.
I love applescript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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