Mercurial Hosting > luan
view classpath.sh @ 2036:2740f8a9ba3a acme-tiny tip
First test prototype (also convert spaces to tabs and remove *.orig files)
| author | Violet7 |
|---|---|
| date | Wed, 05 Nov 2025 21:49:39 -0800 |
| parents | 64c8ba65345f |
| children |
line wrap: on
line source
LUAN_HOME=`pwd` CLASSPATH=$LUAN_HOME/src CLASSPATH=$CLASSPATH:$LUAN_HOME/slf4j/src for file in $LUAN_HOME/lib/*; do CLASSPATH=$CLASSPATH:$file done export CLASSPATH
