Create a special directory, just for this project; e.g. cs310/P (where P is the name of the project).
(For your own privacy sake, do not include anything in these directories that you would not want the lecturer to see.)
After modifying the contents of the that directory, you will submit the contents by
cd cs310/P make submitThis will copy everything in P (and below it) to a magic directory /home/timm/cs310/P/XXXXYYYY/0 (where XXXXYYYY is the combination of the late four numbers in the student id of the group members). Note that:
cd cs310/P make submitLateNwhere "N" is the number of days late. This will write files to /home/timm/cs310/P/XXXXYYYY/N and you will lose N*2 marks from your score for this assignment.
Note that you can submit as many times as you like but we aware the the submit function sends everything in P
.