view backup/classpath.sh @ 1968:2ea6ab849e1a

text area focus handling
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 10 Jun 2025 19:36:11 -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