logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Delay Time - Control Sleep Time with Command | Online Free DevTools by Hexmos

Control execution timing with Sleep Command. Delay script execution, schedule tasks, and manage resource usage. Free online tool, no registration required.

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}}

return

See Also