mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
caffeinate: add Indonesian translation (#6668)
This commit is contained in:
parent
ecf7372eae
commit
6c8eff66b7
1 changed files with 16 additions and 0 deletions
16
pages.id/osx/caffeinate.md
Normal file
16
pages.id/osx/caffeinate.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# caffeinate
|
||||
|
||||
> Menghindari macOS dari sleep (mode tidur).
|
||||
> Informasi lebih lanjut: <https://ss64.com/osx/caffeinate.html>.
|
||||
|
||||
- Menghindari mode sleep selama 1 jam (3600 detik):
|
||||
|
||||
`caffeinate -u -t {{3600}}`
|
||||
|
||||
- Menghindari mode sleep sampai sebuah command selesai:
|
||||
|
||||
`caffeinate -s {{command}}`
|
||||
|
||||
- Menghindari mode sleep sampai anda mengetik Ctrl-C:
|
||||
|
||||
`caffeinate -i`
|
Loading…
Add table
Reference in a new issue