CS155

PmWiki

edit SideBar

Homework 0: Whatever you want

You 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 drone.

To check in a file (assuming you are in the same directory as that file):

    ~cs155/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 drone.

If you want to check the file after you turn it in:

    ~cs155/bin/peek HW0 filename
Edit - History - Print - Recent Changes - Search
Page last modified on December 23, 2008, at 03:41 PM