3 echo "Did not find a parameter to seek out and whack from the process list."
7 source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
10 #echo "PIDS are $PIDLIST"
11 if [ -z "$PIDLIST" ]; then
12 echo "Your process name was not found in the system."
15 echo "Here are the processes matching your pattern:"
17 echo "Are you sure you want to kill all of these? [y/N] "
19 if [ "$answer" = "Y" -o "$answer" = "y" ]; then
22 echo "You chose not to zap the processes."