mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 20:43:10 +00:00
26 lines
456 B
Plaintext
26 lines
456 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# darling
|
|
|
|
> Run macOS software on Linux.
|
|
> More information: <https://darlinghq.org>.
|
|
|
|
- Run a builtin command:
|
|
|
|
`darling shell {{uname}}`
|
|
|
|
- Run a specific program in the current path with arguments:
|
|
|
|
`darling shell {{./program}} {{program_argument_1 program_argument_2 ...}}`
|
|
|
|
- Open a macOS shell:
|
|
|
|
`darling shell`
|
|
|
|
- Shutdown the service:
|
|
|
|
`darling shutdown`
|