| ... | ... | @@ -3,7 +3,7 @@ |
|
|
|
- One submission per team.
|
|
|
|
- Submission format is a tarball named lab${N}_submission_${UWNETID}.tar.gz where ${N} is the lab number (e.g. 1, 2a). For teams a single uwnetid in the tarball name is sufficient. You can create a submission tarball by running the following command from the parent directory of 452-labs:
|
|
|
|
|
|
|
|
> tar -cvzf lab${N}_submission_${UWNETID}.tar.gz 452-labs
|
|
|
|
tar -cvzf lab${N}_submission_${UWNETID}.tar.gz 452-labs
|
|
|
|
|
|
|
|
For example, to submit Lab 1 for the UW email account "iyzhang", I would run the command:
|
|
|
|
|
| ... | ... | |