In search for questions.

Content by Tyches.
Licensed under CC by.

Theme by nostrich, altered by Tyches.

16th June 2009

Text

AppleScript with shebang

This kind of workaround is useless nowadays, as in Leopard AppleScript takes # as a comment marker. So we can write this just fine:

#!/usr/bin/osascript

do shell script "echo Hello World"

Nice.