zakkak / turnin

turnin is a utility that enables students to turnin assignments using the command line. Requires a setup where each class has a unix account in the computer infrastructure of the school/university.
GNU General Public License v3.0
15 stars 8 forks source link

Remove "/" from assignment name? #26

Closed daknob closed 10 years ago

daknob commented 10 years ago

Is / really necessary for assignment names? Currently one can invoke turnin(1) with the following arguments:

turnin lab1/assignment2@course report.pdf

but should this be possible?

zakkak commented 10 years ago

I like it for projects with multiple phases where you can organize turnins like hw1 hw2 project/phase1 project/phase2 etc