Mercurial Hosting > luan
view classpath.sh @ 1149:1b7c20e20ca7
remove /private/ authentication
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 04 Feb 2018 17:23:20 -0700 |
parents | f2eb8295033f |
children | 1437fb1f0956 |
line wrap: on
line source
LUAN_HOME=`pwd` CLASSPATH=$LUAN_HOME/src for file in $LUAN_HOME/lib/*; do CLASSPATH=$CLASSPATH:$file; done export CLASSPATH