13 lines
220 B
Markdown
Raw Normal View History

# sleep
> Delay for a specified amount of time.
> More information: <https://manned.org/sleep>.
- Delay in seconds:
`sleep {{seconds}}`
- Execute a specific command after 20 seconds delay:
`sleep 20 && {{command}}`