Run AppleScript Commands Inline In The Terminal
Last updated
Was this helpful?
Last updated
Was this helpful?
is often invoked as a series of commands from a file. It is also possible to execute individual commands inline in the terminal. Use the -e
flag to specify the command.
For example, if you'd like to mute your Mac:
Run that and your Mac's volume will now be at zero.