view admin/Windows/cygwin/start_octave.sh @ 3012:7551f3e9c5a6 octave-forge

move old Windows build scripts to cygwin directory
author adb014
date Wed, 31 Jan 2007 21:45:41 +0000
parents
children
line wrap: on
line source

#!/bin/sh
# This script is executed under sh.exe to start octave
# $Id$
export PATH="/bin:$PATH"
export HOME="/octave_files"
export PS_VIEWER=
export EDITOR=notepad
cd "$HOME"
#ulimit -c 0 # no core files
octave.exe
rm -f /tmp/*