
if [ "$EXTERM" = "1" ]
then
        PS1="$station -> `hostname` $ "
        export PS1
fi

