mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
commit
825d85cde8
15
pages/common/sleep.md
Normal file
15
pages/common/sleep.md
Normal file
@ -0,0 +1,15 @@
|
||||
# sleep
|
||||
|
||||
> Delay for a specified amount of time
|
||||
|
||||
- Delay in seconds:
|
||||
|
||||
`sleep {{seconds}}`
|
||||
|
||||
- Delay in minutes:
|
||||
|
||||
`sleep {{minutes}}m`
|
||||
|
||||
- Delay in hours:
|
||||
|
||||
`sleep {{hours}}h`
|
Loading…
Reference in New Issue
Block a user