CS 1006 Turnin
/cs/bin/turnin submit cs1006 project files ...where project is one of hw1, hw2, hw3 ... and files ... is a list of files you wish to turn in.
For the first programming assignment, you might do something like:
/cs/bin/turnin submit cs1006 hw1 Scheme.java . . .
/cs/bin/turnin verify cs1006 projectas in
/cs/bin/turnin list cs1006 hw1
/cs/bin/turnin getgrade cs1006 projectReplace [project] with the name of the appropriate turnin project such as hw1, hw2, etc.
The CS Department maintains a page with additional general information on turnin and related programs.
CS 1006 Home Page