Mercurial Hosting > luan
view backup/classpath.sh @ 1857:0c0b0acf780d default tip
fix shell
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 05 Mar 2025 21:41:22 -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