changes accidentally checked into main branch
[feisty_meow.git] / scripts / customize / fred / scripts / games / zap_fallout_task.sh
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 (file)
index 21e1ddf..0000000
+++ /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