mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-30 18:17:57 +01:00
Wrap osascript within backticks
To allow clients to pick up the text as another command and allow the link to the page to be shown.
This commit is contained in:
parent
3413be7258
commit
c3d824541b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
`open -a {{Application}}`
|
||||
|
||||
- Run a graphical macOS app based on the bundle identifier (refer to osascript for an easy way get this):
|
||||
- Run a graphical macOS app based on the bundle identifier (refer to `osascript` for an easy way get this):
|
||||
|
||||
`open -b {{com.domain.application}}`
|
||||
|
||||
|
|
Loading…
Reference in a new issue