Mercurial Hosting > luan
view backup/classpath.sh @ 2065:ffa02039a11a default tip
fix multipart content-type
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 18 Nov 2025 21:44:05 -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
