f42144e9f33950796ac71c52449edb228119c682
[feisty_meow.git] / examples / feisty_meow_startup / bashrc_user
1
2 # this script is for normal users (not the root user).
3
4 #fix this.
5 export NAME='Frunkooleon Q. Grendervasp'
6
7 if [ "${TERM}" != "dumb" -a -z "$PBS_ENVIRONMENT" ]; then
8   # sets up the feisty_meow scripts, using the default locations for all scripts.
9   source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh
10 fi
11