NAME
timed-process - Run background process for limited amount of time
SYNOPSIS
timed-process timeout path_to_program [<arg>...]
DESCRIPTION
This script runs a program for a specified amount of time and if it doesn't finish, it kills the process. This script requires the complete pathname to the program to run and any optional arguments. The program returns the exit status of the executed program.