mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
darling: add Spanish translation (#15019)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
d8b6c4965b
commit
beda78530d
1 changed files with 20 additions and 0 deletions
20
pages.es/linux/darling.md
Normal file
20
pages.es/linux/darling.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# darling
|
||||
|
||||
> Ejecuta software macOS en Linux.
|
||||
> Más información: <https://darlinghq.org>.
|
||||
|
||||
- Ejecuta un comando integrado:
|
||||
|
||||
`darling shell {{uname}}`
|
||||
|
||||
- Ejecuta un programa específico en el directorio actual con argumentos:
|
||||
|
||||
`darling shell {{./program}} {{programa_argumento_1 programa_argumento_2 ...}}`
|
||||
|
||||
- Abre una interfaz de comandos de macOS:
|
||||
|
||||
`darling shell`
|
||||
|
||||
- Apaga el servicio:
|
||||
|
||||
`darling shutdown`
|
Loading…
Add table
Reference in a new issue