view octave.sh @ 1644:395bb6d6c096

[project @ 1995-12-14 08:32:12 by jwe] Initial revision
author jwe
date Thu, 14 Dec 1995 08:32:21 +0000
parents 71bcc230ecd3
children
line wrap: on
line source

#!/bin/sh
#
# Wrapper for octave for binary installations that can't install
# octave in /usr/local/bin.
#
# The real binary should be installed in as octave.bin, and this file
# should be installed in the same directory as octave.

OCTAVE_HOME=@OCTAVE_HOME@
export OCTAVE_HOME

exec $OCTAVE_HOME/bin/octave.bin $*