1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:02:09 +02:00

darling: add Spanish translation (#15019)

Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
Igor Támara 2024-12-08 09:52:18 -05:00 committed by GitHub
parent d8b6c4965b
commit beda78530d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages.es/linux/darling.md Normal file
View 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`