Submitting Homework ~~~~~~~~~~~~~~~~~~~ Programming homework must be submitted electronically using the submit program, which can be invoked in eight different ways: /c/cs323/bin/submit 1 Makefile Csquash.c util.c time.log submits the named source files as your solution to Homework #1; /c/cs323/bin/check 2 lists the files that you submitted for Homework #2; /c/cs323/bin/unsubmit 3 error.submit bogus.solution deletes the named files that you submitted previously for Homework #3 (which is useful if you accidentally submit the wrong file); /c/cs323/bin/makeit 4 Csquash runs "make" on the files that you submitted previously for Homework #4; /c/cs323/bin/testit 5 Csquash runs the public test script for Csquash using the files that you submitted previously for Homework #5; /c/cs323/bin/protect 6 Csquash.c time.log protects the named files that you submitted previously for Homework #6 (so they cannot be deleted accidentally); /c/cs323/bin/unprotect 7 util.c time.log unprotects the named files that you submitted previously for Homework #7 (so they can be deleted); and /c/cs323/bin/retrieve 8 util.c time.log retrieves copies of the named files that you submitted previously for Homework #8 (in case you accidentally delete your own copies). CS-223-01/08/09