1
0
Fork 0
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:
Agniva De Sarker 2017-08-06 11:00:26 +05:30 committed by GitHub
parent 3413be7258
commit c3d824541b

View file

@ -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}}`