1234567891011 |
- #!/bin/csh -f
- # Script to load CSL REDUCE. It should be installed in /usr/local/bin,
- # somewhere in your search path.
- # For the time being, we allow users to write to reduce.img. This needs
- # to be fixed eventually.
- setenv reduce reducevar
- setenv MACHINE MACHINEvar
- setenv gnuplot $reduce/wutil/$MACHINE
- $reduce/lisp/csl/$MACHINE/csl -i $reduce/lisp/csl/reduce.img -o $reduce/lisp/csl/reduce.img $*
|