Adding the submit script to your path For CAEN/ITD systems: Issue the following commands: $ cd ~ $ pico .cshrc At the very end of the file add the following line: $ set path = ($path /afs/engin.umich.edu/class/perm/eecs280/bin) Save the file (Ctrl-x, y) $ source ~/.cshrc (You need to do this only once. ) Now type submit280 and it will print out information about what options you have with the submit script. $ submit280 submit280: invalid arguments usage: submit280 submit280 -q submit280 -t valid choices for : 1 2 3 4 5 example % submit280 1 P1.cpp example% submit280 4 *.cpp *.h example% submit280 -q example% submit280 -t Template_file is supposed to be as follows Name : GSI : Student-id : Section :
Exit 1 The -q option sends a query to the eecs280 account and returns the folloing information : the template file you have submitted, the late days you have used and all the grades that have been recorded so far.

The -t option is to be used to submit the template file. Please note that you should put the UNIQNAME of your GSI in the template file. The UNIQNAME of your three GSI's are 1. alp 2. bbachelo 3. vikram PLEASE NOTE THAT YOU NEED TO SUBMIT YOUR TEMPLATE FILE BEFORE YOU WILL BE ALLOWED TO SUBMIT YOUR PROJECTS.