Turnin Instructions
- Connect to ieng9.ucsd.edu using ssh on port 22 and login with your username and password.
- Navigate to the directory containing all the files (scripts) to be turned in. Combine those files with tar :
tar -cf hw1.tar sript1.m script2.m
where script1.m etc are your files, and hw1.tar is the name of the file to create.
- Turn in your work by issuing the command
turnin -c cs152s hw1.tar
- Note: Every time you turn your work in, it overwrites the
previous files turned in by your account. If the lab is turned in
multiple times only the last, and presumably current, version turned in
will be graded.
- For more information, visit http://acs.ucsd.edu/info/turnin.php