This class is meant to kill all instances of a Unix process by specifying its name.
It takes the name of the command to kill from the current script comand line arguments, uses the command ps to list all running processes and kills those with a name that matched the specified argument.