1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 22:55:31 +02:00

sleep: add page

This commit is contained in:
dawidd6 2016-02-22 22:06:47 +01:00
parent 4b1f1f476a
commit 6809fab037

15
pages/common/sleep.md Normal file
View 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`