* Handin directions * Please follow these directions *exactly*. ----------------------------------------- 1) Create a new subdirectory in your home directory, say hw5. 2) Copy *all* of your code files to the new subdirectory. If your program does not fully work, turn in all the parts along with your attempt at the next part, and indicate clearly which is which. 3) cd into the hw5 directory (cd hw5). 4) Submit your files by running the command: ~cs140ar/bin/submit cs140ar hw5 This will tar and zip all the files and subdirectories in your current working directory and submit that file. The name "hw5" used in the submit command is the directory in the cs140ar account. You must use the exact name hw5 for your submission to work. 5) If you want to check to make sure that your work was submitted correctly, run the command: ~cs140ar/bin/check_submit cs140ar hw5 This command will tell you what files of yours are located in the reader's hw5 directory; there should be a file called .tar.gz. You may submit multiple times if necessary. Make sure that you include all files for each submission because any previous submissions will be deleted entirely.