simplifying title of the screen
[feisty_meow.git] / scripts / processes / pskill.sh
index 52deaec8ee3db87db1ec64d54f8905c6c011f77d..31e119f838bd215c738e2f786f5aa2377e25ef05 100644 (file)
@@ -4,7 +4,7 @@ if [ -z "$1" ]; then
   exit 2
 fi
 
-source "$SHELLDIR/functions.sh"  # provides psfind.
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 PIDLIST=$(psfind $1)
 #echo "PIDS are $PIDLIST"