$scriptName [-t timeout] [-i interval] [-d delay] command
Execute a command with a time-out.
Upon time-out expiration SIGTERM (15)
is sent to the process. If SIGTERM
signal is blocked, then the subsequent SIGKILL (9)
terminates it.
-t
timeout
Number of seconds to wait for command completion.