stk/Snow/test-snow

18 lines
258 B
Plaintext
Raw Permalink Normal View History

1996-09-27 06:29:02 -04:00
#!/bin/sh
#
# A simple shell script to test snow without installing it
#
1998-04-10 06:59:06 -04:00
if test -x ../Snow/snow
then
D=..
else
D=../..
fi
1996-09-27 06:29:02 -04:00
1998-04-10 06:59:06 -04:00
STK_LIBRARY=$D/Lib
STK_LOAD_PATH=$STK_LIBRARY:$D/STklos:$D/Extensions
1996-09-27 06:29:02 -04:00
export STK_LIBRARY STK_LOAD_PATH
1998-04-10 06:59:06 -04:00
exec $D/Snow/snow $*