Theme by nostrich, altered by Tyches.
16th June 2009
Text
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.
← Previous post • Next post →