| 1 | #!/bin/sh |
1 | #!/bin/sh |
|
|
2 | ################################################################################ |
|
|
3 | # WeBWorK Online Homework Delivery System |
|
|
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
|
|
5 | # $CVSHeader$ |
|
|
6 | # |
|
|
7 | # This program is free software; you can redistribute it and/or modify it under |
|
|
8 | # the terms of either: (a) the GNU General Public License as published by the |
|
|
9 | # Free Software Foundation; either version 2, or (at your option) any later |
|
|
10 | # version, or (b) the "Artistic License" which comes with this package. |
|
|
11 | # |
|
|
12 | # This program is distributed in the hope that it will be useful, but WITHOUT |
|
|
13 | # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
|
|
14 | # FOR A PARTICULAR PURPOSE. See either the GNU General Public License or the |
|
|
15 | # Artistic License for more details. |
|
|
16 | ################################################################################ |
| 2 | |
17 | |
| 3 | # This script wraps system-dependant calls to several netpbm utilities. |
18 | # This script wraps system-dependant calls to several netpbm utilities. |
| 4 | # In order to use this script, set the NETPBM variable below to the |
19 | # In order to use this script, set the NETPBM variable below to the |
| 5 | # directory which contains giftopnm, ppmtopgm, and pnmtops. |
20 | # directory which contains giftopnm, ppmtopgm, and pnmtops. |
| 6 | |
21 | |