1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

osascript: clarify extensions for script files

This commit is contained in:
Waldir Pimenta 2017-09-04 21:55:11 -01:00 committed by Agniva De Sarker
parent 22e5f8c27b
commit b924e34501

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