Mercurial Hosting > luan
view classpath.sh @ 2015:61b0cc7db09c default tip fixssl
Manually specify letsencrypt server due to acme default server change (to zerossl)
author | Violet7 |
---|---|
date | Sat, 27 Sep 2025 13:37:11 -0700 |
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