Submitting Your Projects



1) You must submit your source code (.c file), any non-standard bitmaps, and
   a makefile (Makefile) that will compile your program.

2) Use the submit facility. Type "man submit" for the man page. To submit
   your first project, type "submit  proj1 ". For example you
   might type:

   submit cs491c proj1 myproj1.c Makefile card1 card2 ...


   To check if your project was properly submitted, use "submitls" and to
   unsubmit something, use "submitrm".

3) As a test to make sure you are using the facility correctly, please
   create a single-line file with the following information:

   login-id first-name last-name social-security-#

   and submit it to the class with "roster" as the project name, e.g.:

   submit cs691c roster myinfo.txt

   where myinfo.txt contains the four fields of data.