caffeinate: add Indonesian translation (#6668)

beep
Theodorus Clarence 2021-10-04 10:05:41 +07:00 committed by GitHub
parent ecf7372eae
commit 6c8eff66b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View 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`