X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcustomize%2Ffred%2Fscripts%2Fgames%2Fzap_fallout_task.sh;fp=scripts%2Fcustomize%2Ffred%2Fscripts%2Fgames%2Fzap_fallout_task.sh;h=0000000000000000000000000000000000000000;hp=21e1ddf55d1593a0dfa73e9e6831a59d1f55f101;hb=f7c28dab06ee47d0f28e97ed98cecb400f5aa2cc;hpb=5997acfad6af37e0e895774c95ecd0f6bd53dcfc diff --git a/scripts/customize/fred/scripts/games/zap_fallout_task.sh b/scripts/customize/fred/scripts/games/zap_fallout_task.sh deleted file mode 100644 index 21e1ddf5..00000000 --- a/scripts/customize/fred/scripts/games/zap_fallout_task.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# windows compatible process killer for any stray processes started as -#"fallout" something. - -source $FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh - -procid="$( psa fallout | tail -n 1 | awk '{ print $1; }' )" - -if [ ! -z "$procid" ]; then - taskkill.exe /f /pid ${procid} -fi