You must hand in the following for Project 1:

Use ``proj1'' as the project name for turnin (/cs/bin/turnin). When turnin, also include file "group.txt" which contains the following:

group_name
login_name1 last_name1, first_name1
login_name2 last_name2, first_name2
...

Also, before you turnin tar up (with gzip) your files. For example:

mkdir proj1
cp * proj1 /* copy all your files to submit to proj1 directory */
tar -czf proj1.tgz proj1

then:

scp proj1.tgz login_name@ccc:~/
ssh login_name@ccc /* will ask your ccc passwd */
/cs/bin/turnin submit cs4513 proj1 proj1.tgz