CS157 |
Homework 0: Whatever you wantYou can submit any file as HW0 using the checkin program. This is not real homework. It is just here so you can test the checkin program and get used to how it works. You should try this sometime before HW1 is due in case you have any problems. Create some file, any file at all. It doesn’t matter what’s in it. You could create it like this: echo "I am tertiary adjunct of unimatrix zero-one" >drone That would create a file called To check in a file (assuming you are in the same directory as that file): ~cs157/bin/checkin HW0 filename where filename is the name of the file that you want to turn in.
In our example, above, the name of the file would be If you want to check the file after you turn it in: ~cs157/bin/peek HW0 filename |