Annotation of gforth/preforth.in, revision 1.1

1.1     ! anton       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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>