relocated the feisty meow init examples, since they were languishing in too deep
[feisty_meow.git] / examples / feisty_meow_startup / bashrc_user
diff --git a/examples/feisty_meow_startup/bashrc_user b/examples/feisty_meow_startup/bashrc_user
deleted file mode 100644 (file)
index f42144e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-# this script is for normal users (not the root user).
-
-#fix this.
-export NAME='Frunkooleon Q. Grendervasp'
-
-if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
-  # sets up the feisty_meow scripts, using the default locations for all scripts.
-  source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
-fi
-