osascript: clarify extensions for script files

coverage
Waldir Pimenta 2017-09-04 21:55:11 -01:00 committed by Agniva De Sarker
parent 22e5f8c27b
commit b924e34501
1 changed files with 2 additions and 2 deletions

View File

@ -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`):