Run An AppleScript From The Command Line
September 2021
Use the osascript to run an AppleScript from the command line
For example:
osascript hello_world.scptWhich works with a script like this saved from Script Editor
return "Hello, World"end of line