home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-base.tgz / octave-1.1.1p1-base.tar / fsf / octave / octave.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1994-03-22  |  315b  |  13 lines

  1. #!/bin/sh
  2. #
  3. # Wrapper for octave for binary installations that can't install
  4. # octave in /usr/local/bin.
  5. #
  6. # The real binary should be installed in as octave.bin, and this file
  7. # should be installed in the same directory as octave.
  8.  
  9. OCTAVE_HOME=@OCTAVE_HOME@
  10. export OCTAVE_HOME
  11.  
  12. exec $OCTAVE_HOME/bin/octave.bin $*
  13.