Files
cheatsheet-tldr/tldr/linux/darling
2025-11-25 00:19:28 +00:00

26 lines
466 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# darling
> Run macOS software on Linux.
> More information: <https://docs.darlinghq.org/darling-shell.html>.
- Run a builtin command:
`darling shell {{uname}}`
- Run a specific program with arguments:
`darling shell {{path/to/program}} {{program_argument_1 program_argument_2 ...}}`
- Open a macOS shell:
`darling shell`
- Shutdown the service:
`darling shutdown`