mirror of https://github.com/CrimsonTome/tldr.git
commit
825d85cde8
|
@ -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