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.
运行带有超时保护的命令以防止挂起。用于可能长时间运行的测试或操作。
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.