thou shalt not kill
[feisty_meow.git] / scripts / opensim / kill_opensims.sh
diff --git a/scripts/opensim/kill_opensims.sh b/scripts/opensim/kill_opensims.sh
deleted file mode 100644 (file)
index 243523c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
-
-sep
-date
-echo
-echo zapping all the mono tasks...
-procs=$(psfind mono)
-echo processes marked for death: $procs
-for i in $procs; do
-  kill $i
-done
-sep
-echo here are the mono processes after zapping:
-psa mono
-sep
-
-