ManuelKugelmann avatar

run-with-timeout

Run commands with timeout protection to prevent hanging. Use for potentially long-running tests or o

by ManuelKugelmann|Open Source

Run With Timeout

Execute commands with timeout protection.

.claude/skills/run-with-timeout/scripts/run-with-timeout.sh 60 ./test-script.sh

Returns exit code 124 if timeout exceeded, otherwise command's exit code.