In the directory where you developed the code make a subdirectory:
mkdir fred
Move all relevant files to the new subdirectory:
mv Readme Makefile foo.c bar.c foo.h fred
Create a sharfile of the subdirectory:
shar fred > homework4.shar
If the shar file is larger than 1000 lines, split it into smaller files
- this should not be necessary for this course
split homework4.shar
mail the sharfile(s) to me and a copy to the grader, , with mail subject
"CG homework n", or "CG project n", where n is the
written homework or programming project number.
elm -s "CG homework 4" farrell rahmani < homework4.shar
or
elm -s "CG homework 4 part 1" farrell rahmani < xaa
elm -s "CG homework 4 part 2 " farrell rahmani < xab
...