Workon

Workon

Some assignments will require using the "workon" programs on acme to turn them in. If you've never used workon before, you need to log into acme with your GT account and type

   ~icslib/setup
and then log back out. This will set up your account so you can use workon, forevermore. Whenever you want to access the workon programs, just type
   workon cs2390
and you're set. When you're done, you can type
   workoff
to return things to normal.

The most important program to you will be "turnin". Turnin works something like this:

   turnin d1 cs2390/assignment_1
or more generally
   turnin  assignment_name  directory_of_files_to_turn_in
You can turn in an assignment multiple times, each submission overwrites the previous one. You can retrieve a previous submission with getback. You can view your grades with viewgrades. You can find out your TA information with viewsection. Etc. Most of the command have man pages.