Mercurial Hosting > luan
view classpath.sh @ 2041:cd51e7e31950 acme-tiny
use try/catch/finally to clean up temp dir even on error
| author | Violet7 |
|---|---|
| date | Sun, 09 Nov 2025 01:56:58 -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
