E-submit Instructions:
- Get your CS Lab account.
- Illustrating example:
Suppose your assignment1's code is in the directory: ~/assign1, just
simply type the command, sub600a assignment1 ~/assign1, to submit (but
note that you only have ONE chance for such submission). Here "sub600a"
is the special submitting command; Argument "assignment1" is the dropbox
name which is a directory at the server side storing everybody's being
submitted code of assignment1; Argument "~/assign1" is a local directory
you created for depositing all related files of this programming
assignment (e.g., source code, mkfile, readme) and the stuff in it will
be packed automatically as a tar file submitting to dropbox assignment1.
- Details: see "man submit" in CSLab machine.
- Additional requirements:
Must include: Information (name, email) as the annotation at the top of
your source code; Make file; Indicated in specific assignment if any.