The syntax for turnin the mp1: You should be in your eecs account (permanent or temporary)

turnin -c eecs371 -p mp1 myproj1

Suppose you have make a directory myproj1 which contains all you files you'd like to turn in. The turnin command given above should be executed at the parent directory of the myproj1 directory ( i.e in the directory when you use "ls" command, you can see myproj1 directory

You can verify what was submitted using turnin with the "-v" option as follows:

turnin -c eecs371 -p mp1 -v

Don't turnin to eecs371a, that won't be graded!

For later projects, just change the "mp1" tp "mp2", "mp3"… Of course, your directory need to be turned in.