Mercurial Hosting > luan
view backup/classpath.sh @ 1920:5b15b33c2d9c default tip
build editor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 19 Apr 2025 22:01:48 -0600 |
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