You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Simon Vieille 9136203062
ci/woodpecker/push/woodpecker Pipeline was successful Details
update logger
2 weeks ago
.woodpecker.yml change shellcheck image 5 months ago
Dockerfile add netcat-openbsd, iputils 5 months ago
README.md update logger 2 weeks ago
timeout update logger 2 weeks ago

README.md

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]