Go to file
Simon Vieille 304036f972
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix secret name
2023-12-12 15:04:57 +01:00
.woodpecker.yml fix secret name 2023-12-12 15:04:57 +01:00
Dockerfile add netcat-openbsd, iputils 2023-01-01 11:47:45 +01:00
README.md update logger 2023-05-21 21:02:15 +02:00
timeout update logger 2023-05-21 21:02:15 +02:00

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 [-l DEBUG_LEVEL] [-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]