Mercurial Hosting > luan
view backup/classpath.sh @ 1969:c7585a196f32
is_visible
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 10 Jun 2025 20:46:25 -0600 (4 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