mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 06:58:07 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/darling
Normal file
25
tldr/linux/darling
Normal 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`
|
||||
Reference in New Issue
Block a user