X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fprocesses%2Fpskill.sh;h=31e119f838bd215c738e2f786f5aa2377e25ef05;hb=0e6fc623212a1b486d4044b49d2e028aea84ced8;hp=a9fb3815b7ce52e97baaf9a611ad49d9db93ba0c;hpb=dbe3a7d9104352d69efdaa5eca600908ecc9bba8;p=feisty_meow.git diff --git a/scripts/processes/pskill.sh b/scripts/processes/pskill.sh index a9fb3815..31e119f8 100644 --- a/scripts/processes/pskill.sh +++ b/scripts/processes/pskill.sh @@ -4,7 +4,7 @@ if [ -z "$1" ]; then exit 2 fi -source "$FEISTY_MEOW_SCRIPTS/functions.sh" # provides psfind. +source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh" PIDLIST=$(psfind $1) #echo "PIDS are $PIDLIST"