toomuch 0.0.3

A GNU timeout-compatible command wrapper with interactive suspend/resume support
Documentation
1
2
3
4
5
use toomuch::timeout::run;

fn main() {
    run(std::env::args().skip(1).collect());
}