1. Create a directory (in your account on the CS machines, naturally) and copy into it the files you wish to turn in.
2. Enter directory, and type "cog168_handin hw1" . The script will gather all the files into the current directory, and send them to us. Substitute hw2, hw3 etc. as the weeks progress.
Example:
>mkdir my_hw
>cp my_hw_file.txt my_hw
>cd my_hw
>cog168_handin hw1
Good luck!