Mercurial Hosting > luan
view backup/classpath.sh @ 2039:aa0910b07953 acme-tiny
use real servers instead of staging
| author | Violet7 |
|---|---|
| date | Sun, 09 Nov 2025 00:53:36 -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
