All laboratory assignments must be turned in
electronically, using a script called turnin. The script is
invoked by calling
~cs572/Utilities/turnin Assignmentfrom your UNIX shell.
(You may create an alias to reduce your typing requirements.) The
script copies everything within your current working directory to a
directory named Assignment in the TA's grading
account. Note that the script must be invoked from one of the Red
Hat PCs (e.g., pyrite or popeye). Use caution when submitting an assignment:
if you turn in the same assignment more than once, your previous
submission will be erased. You should receive email confirmation
of your submitted files. If you don't, or you if you receive an email
without mentioning your files, there was a problem with the
submission. In this case, contact the TA or the instructor for
help.
turnin script in your
home directory!
A common mistake is to run the turnin script in one's
home directory. This will send all contents of your home
directory to the ComS 572 account!
This example assumes that the script has been aliased, by adding
the following line to your .cshrc file.
alias turnin572 ~cs572/Utilities/turnin
mkdir tmp
cd tmp
cp ~/proj1/makefile ~/proj1/*.c ~/proj1/*.h .
turnin script.
turnin572 Project1
This is an automated response. Please do not reply. We have received your "Project1" submission at Wed Aug 17 17:18:52 CDT 2005. We now have the following files from you for "Project1": --------------------------------------------------- makefile proj1.c proj1.h ---------------------------------------------------
cd ..
rm -R tmp