An open API service indexing awesome lists of open source software.

https://github.com/wandersonwhcr/sh-timeout

A POSIX-compliant sh Timeout
https://github.com/wandersonwhcr/sh-timeout

posix posix-sh sh timeout

Last synced: 7 months ago
JSON representation

A POSIX-compliant sh Timeout

Awesome Lists containing this project

README

          

# sh-timeout

A POSIX-compliant sh Timeout

## Usage

```console
$ ./timeout.sh 1 sleep 2
$ ./timeout.sh 2 sleep 1
Timeout.
```

## References

* Stack Exchange: [POSIX equivalent for GNU timeout?](https://unix.stackexchange.com/questions/274564/posix-equivalent-for-gnu-timeout)