Wait3

![Build Status] ![Latest Version] ![crates.io] ![License] ![Commit Activity] ![Rust 1.70]

Wait for arbitrary conditions (e.g.: time, TCP connetions, etc) in the command-line)


Installation

bash cargo install wait3

Usage

Wait for time

number: a valid integer suffix: smh

bash wait3 time <number><suffix>

Examples

Wait for 5 seconds

bash wait3 time 5s

Wait for 4 minutes

bash wait3 time 4m