Sleep - Execution Delay Utility
Pause script execution for a specified duration. Supports seconds, minutes, hours, and days for flexible timing control in automation scripts.
Usage
sleep-tool <duration>
Duration can be specified with suffixes: s (seconds), m (minutes), h (hours), d (days). Default is seconds if no suffix given.
Examples
sleep-tool 5
sleep-tool 30s
sleep-tool 2m
sleep-tool 1h