sleep

Command

sleep [--verbose] [--interruptible] count

Sleep for count seconds.

If option --interruptible is given, allow ESC to interrupt sleep.

With --verbose show countdown of remaining seconds.

Exit code is set to 0 if timeout expired and to 1 if timeout was interrupted by ESC.