From 37f3a170423ff21c896a3553cef65fbbe6b29201 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Sat, 30 Nov 2024 06:56:21 -0500 Subject: [PATCH] darling: add page (#14980) Co-authored-by: Wiktor Perskawiec --- pages/linux/darling.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/darling.md diff --git a/pages/linux/darling.md b/pages/linux/darling.md new file mode 100644 index 000000000..c5dbfcaad --- /dev/null +++ b/pages/linux/darling.md @@ -0,0 +1,20 @@ +# 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`