Mercurial Hosting > luan
view backup/classpath.sh @ 2049:26ef16b1f09c acme-tiny
mark renewSsl.sh executable
| author | Violet7 |
|---|---|
| date | Tue, 11 Nov 2025 17:36:06 -0800 |
| parents | 45eaaf5146f3 |
| children |
line wrap: on
line source
DIR=`pwd`; CLASSPATH=; for file in ${DIR}/../build/luan/jars/*.jar; do CLASSPATH=${CLASSPATH}:${file}; done export CLASSPATH
