#! /bin/sh
#OpenScript
#(OS)Display list of processes and prompt the user for 
#(OS)the number of the process that needs to be killed.
OPENFLAGS=9
OPENICON="skull.xpm"
OPENCOMMAND="ps -ax; echo; echo -n Enter the number of the process that you want to kill:; read string; kill -9 \$string"; eval $OPENCOMMAND
#(OS)Do not change anything above this line
