1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/linux/darling.md
Igor Támara 37f3a17042
darling: add page (#14980)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-11-30 12:56:21 +01:00

20 lines
364 B
Markdown

# 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`