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`