reduce.csl 401 B

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