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:
parent
22e5f8c27b
commit
b924e34501
1 changed files with 2 additions and 2 deletions
|
@ -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`):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue