1
0
Fork 0
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:
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

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`