#!/bin/csh -f

set TOP=/afs/cs/academic/class/15213-s03
set HOME=$home
set USER=$user
set SHELL=$shell

set SHEND=`basename ${SHELL}`

set path = ( ${TOP}/bin $path . )

${TOP}/bin/setup-afs

echo "Read the above then hit enter."
head -1

${TOP}/bin/setup

echo "Read the above then hit enter."
head -1

${TOP}/bin/cheatinfo 

if ( -e ${HOME}/213hw/.nocheat ) then
  echo "Welcome to 213!"
endif
