Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 401 Bytes

setup.md

File metadata and controls

18 lines (10 loc) · 401 Bytes

SETUP

First you will have to connect to the server we have set up for you:

ssh <sunetID>@corn.stanford.edu
# e.g. ssh [email protected]

Once connected, run:

echo $SHELL

If the response is tcsh, run the following command:

source /afs/ir/class/bios201/setup/setup_tcsh.sh 

If the response is bash, run the following command:

source /afs/ir/class/bios201/setup/setup_bash.sh