Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-01 00:22:32 +00:00
parent a5ee1ec716
commit 2e67fbcfac
9 changed files with 178 additions and 16 deletions

25
tldr/linux/darling Normal file
View File

@@ -0,0 +1,25 @@
---
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`