|
Announcements
May 02 Assignment 3 has been postponed to Friday, May 2. |
CAP 6701 - Advanced Computer Graphicsturnin how-toIntroduction
$ ssh sand SubmissionThe parameters for submission are as follows. $ turnin -c course_code -p project_name [files_to_submit]For example, if the project name is proj and the files you
wisht to submit are file1, file2, and
file3, you may use the following command.
$ turnin -c cap6701sp08 -p proj file1 file2 file3 You may also use wildcards.
$ turnin -c cap6701sp08 -p proj * VerificationAfter submission, you can check the files you've submitted using following command. $ turnin -v -c course_code -p project_name For example, $ turnin -v -c cap6701sp08 -p proj |