diff --git a/docs/en/linux/darling.md b/docs/en/linux/darling.md new file mode 100644 index 0000000000..1b5cc0de45 --- /dev/null +++ b/docs/en/linux/darling.md @@ -0,0 +1,37 @@ +--- +layout: page +title: linux/darling (English) +description: "Run macOS software on Linux." +content_hash: 3ea2763e7cd07a9798f7b0a0a5727ddbd5c40c3e +last_modified_at: 2024-11-30 +tldri18n_status: 0 +--- + +### Outdated Translation +This entry is currently considered outdated and its contents may not be up-to-date with other translations. + +Please considering fixing this issue by contributing to the [tldr-pages](https://github.com/tldr-pages/tldr) project directly. + +View original (English) version +Contributing Guidelines + +
# darling + +Run macOS software on Linux. +More information: . + +- 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` diff --git a/source b/source index 0ddf1f3d4a..37f3a17042 160000 --- a/source +++ b/source @@ -1 +1 @@ -Subproject commit 0ddf1f3d4a94ed66cd1e277f9546f7cacf8e4ff5 +Subproject commit 37f3a170423ff21c896a3553cef65fbbe6b29201