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/setupand 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 cs2390and you're set. When you're done, you can type
workoffto return things to normal.
The most important program to you will be "turnin". Turnin works something like this:
turnin d1 cs2390/assignment_1or more generally
turnin assignment_name directory_of_files_to_turn_inYou 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.