Wait for arbitrary conditions (e.g.: time, TCP connetions etc) in the command-line
cargo install wait3
number: a valid integer suffix: smh
wait3 time <number><suffix>
Wait for 5 seconds
wait3 time 5s
Wait for 4 minutes
wait3 time 4m
Wait for subprocess
wait3 command --exit 0 'sleep 9'