| 1 | #!/usr/local/bin/perl |
1 | #!/usr/local/bin/webwork-perl |
| 2 | |
2 | |
| 3 | # ################################################################## |
3 | # ################################################################## |
| 4 | # Copyright @ 1995-1999 University of Rochester |
4 | # Copyright @ 1995-1999 University of Rochester |
| 5 | # All Rights Reserved |
5 | # All Rights Reserved |
| 6 | # ################################################################## |
6 | # ################################################################## |
| 7 | |
7 | |
| 8 | use lib '/ww/webwork/gage_system/webwork/system/lib/'; # mainWeBWorKDirectory |
8 | use lib '.'; use webworkInit; # WeBWorKInitLine |
| 9 | |
9 | |
| 10 | ## setTAPermissions.pl takes as arguments the coursename and TAs login_name |
10 | ## setTAPermissions.pl takes as arguments the coursename and TAs login_name |
| 11 | ## e.g. setTAPermissions.pl demoCourse jsmith |
11 | ## e.g. setTAPermissions.pl demoCourse jsmith |
| 12 | |
12 | |
| 13 | ## NOTE: this should only be run by the professor |
13 | ## NOTE: this should only be run by the professor |