Initial commit, 3-52-19 alpha
[cls.git] / setup.shell
blob1b4cab06482d3a9f57791975050a43bbce5b5cf8
1 #!/bin/sh
2 cat > $1 <<+++
3 #!/bin/sh
4 XLISPLIB=$2 export XLISPLIB
5 if test -f xlisp.wks; then WKS="xlisp.wks";
6 else WKS="\${XLISPLIB}/xlisp.wks";
7 fi
8 if test -f xlisp; then XLISP=xlisp;
9 else XLISP="\${XLISPLIB}/xlisp"
11 exec \${XLISP} -w\${WKS} \$*
12 +++