File: start_octave.sh

package info (click to toggle)
octave2.1-forge 2006.03.17%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 16,672 kB
  • ctags: 6,047
  • sloc: cpp: 49,610; ansic: 14,035; perl: 2,789; sh: 2,087; makefile: 1,560; lex: 1,219; tcl: 799; fortran: 422; objc: 202
file content (11 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# This script is executed under sh.exe to start octave
# $Id: start_octave.sh,v 1.2 2004/11/30 22:58:28 pkienzle Exp $
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/*