$ echo $SHELL
Bash to Bourne Shell
$ chsh -s /bin/sh bob
TERM
echo $TERM
PROJECT=MERCURY and make it persistent by adding the variable to the ~/.profile file.
echo export PROJECT=MERCURY >> ~/.profile
/opt/bob-code
up for the command uptime and make it persistent by adding to ~/.profile file.
echo alias up=uptime >> ~/.profile