diff --git a/pages/osx/osascript.md b/pages/osx/osascript.md index 3b7c829ccc..68ec3f1b3e 100644 --- a/pages/osx/osascript.md +++ b/pages/osx/osascript.md @@ -10,9 +10,9 @@ `osascript -e '{{say "Hello"}}' -e '{{say "world"}}'` -- Run an AppleScript file: +- Run a compiled (`*.scpt`), bundled (`*.scptd`), or plaintext (`*.applescript`) AppleScript file: -`osascript {{path/to/apple}}.scpt` +`osascript {{path/to/apple.scpt}}` - Get the bundle identifier of an application (useful for `open -b`):