How to use the cs14-submit command

In order to submit programming assignments in this class, you will use the cs14-submit command on romulus. These instructions describe how to use that command.

Imagine that you have written your solution to lab-4, and it is sitting in a file named find-max.s, which you would like to submit. Perform the following steps:

  1. Login to romulus.
  2. If needed, change into the directory that contains your find-max.s file.
  3. Type the following command:
    ~sfkaplan/cs14/cs14-submit lab-4 find-max.s
    Note that you must use the tilde before my username! Also observe the output of the submit command -- if an error occurs, then you've not successfully submitted your work.
  4. Use the command cs14-check-submission to be sure that you have, in fact, submitted work for the given assignment, like so:
    ~sfkaplan/cs14/cs14-check-submission lab-4
    This command will tell you that you have or have not submitted work for the given assignment.
  5. IMPORTANT NOTICE: If you resubmit any work for a particular assignment, then you will overwrite any previous submission. Therefore, be sure to submit all of your work, even when resubmitting.

Scott F. Kaplan
Last modified: Mon Feb 25 15:51:20 EST 2002