Mercurial Hosting > luan
view backup/classpath.sh @ 2044:d8550e64d613 acme-tiny
fix
| author | Violet7 |
|---|---|
| date | Sun, 09 Nov 2025 02:26:32 -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
