export EE=~/bin/ee.sh
export EEG=~/bin/ee.generic
alias ee='set -v;. $EE;set +v'

# Add to the path a dir containing eeg and eeg4:
export PATH="$PATH:$HOME/.."

PS1='\w(\u)b# '

# (find-node "(bash)Printing a Prompt")
# (find-angg ".bashrc")

echo
echo "  Entering a demo shell (bash) - note the \"b#\"."
echo "  Some environment variables: HOME=$HOME, SHELL=$SHELL."
