1 tool · 1 with a matching recipe in system
Run a command with a time limit. Part of GNU coreutils: built into Linux, 'gtimeout' on macOS after brew install coreutils.
perl -e 'alarm shift; exec @ARGV' 10 some-command