[gforth] / gforth / preforth.in  

gforth: gforth/preforth.in


1 : anton 1.1 #!/bin/sh
2 :    
3 :     test -z "$ENGINE" && ENGINE=./gforth
4 :     if [ -x $ENGINE ]
5 :     then
6 :     path1="$1"
7 :     path2="$2"
8 :     shift; shift
9 :     set -x -v
10 :     $ENGINE -i @kernel_fi@ $path1 $path2 exboot.fs startup.fs "$@"
11 :     else
12 :     @PREFORTH@ "$@"
13 :     fi

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help