mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 10:24:54 +02:00
commit
825d85cde8
1 changed files with 15 additions and 0 deletions
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…
Add table
Reference in a new issue