Mercurial Hosting > luan
view backup/classpath.sh @ 1978:5662a997c180
fix click location
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Thu, 26 Jun 2025 16:22:06 -0600 (2 weeks ago) |
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