util/os.sh

OS util functions.

os_loop_n()

Run the given command (with arguments) in a loop n time.

os_loop_secs()

Run the given command in a loop until time expires.

os_stat()

Return info describing a file.

os_timeout()

Run the given command (with arguments) up to timeout. A duration of 0 disables timeout.

os_wait()

Wait for the given process to complete or timeout.