timeout/README.md
Simon Vieille fa1017d9c5
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
docs(readme): fix docker image name
2023-01-02 08:45:23 +01:00

21 lines
379 B
Markdown

Timeout
=======
`Timeout` executes a command until the timeout is over.
When the command is finished before the timeout then the exit code is `0` else it's `1`.
Usage
-----
```
./timeout [-v] [-h] [-t TIMEOUT] [-c COMMAND]
```
Run `./timeout -h` to get the full help.
### In docker
```
docker run -it --rm gitnet.fr/deblan/timeout [-v] [-h] [-t TIMEOUT] [-c COMMAND]
```