logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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