blob: adf05b7871716c1ed6d1e979d8bbcd57ecb3f5f6 (
plain) (
blame)
1
2
3
4
5
6
7
|
timelimit executes a command and terminates the spawned process
after a given time with a given signal. A 'warning' signal
is sent first, then, after a timeout, a 'kill' signal, similar
to the way init(8) operates on shutdown.
WWW: http://ringwraith.online.bg/devel/sys/timelimit/
Author: Peter Pentchev <roam@orbitel.bg>
|