Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Run An AppleScript From The Command Line

Use the [TODO: Code shorthand span ] to run an AppleScript from the command line

For example :

osascript hello_world.scpt

Which works with a script like this saved from Script Editor

return "Hello, World"