Skip to content

RegisteringParters

Joe Hellerstein edited this page Dec 8, 2015 · 1 revision

When you have chosen a partner, elect a distinguished submitter for the group assignment. This person will be responsible for:

  • registering his or her partner
  • submitting Homework 1, Part 2

If you are elected the designated submitter, please do the following:

  1. create a new directory, and move into it

    $ mkdir partner_registration $ cd partner_registration

  2. copy your partner's login id into a file called 'partner'

    $ echo "cs186-foobar" > partner

  3. submit this file as homework "partner"

    $ submit partner

When you complete Homework 1, Part 2, only the distinguished submitter needs to follow the submission instructions. Remember that Homework 1, Part 1 is to be completed and submitted individually.

Clone this wiki locally