Mercurial Hosting > luan
view backup/classpath.sh @ 2031:14a690642b88
Correct redirection syntax in backup/start.sh
| author | Violet7 |
|---|---|
| date | Sat, 01 Nov 2025 22:27:03 -0700 |
| 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
