Mercurial Hosting > luan
view scripts/install.sh @ 316:d6cce1cc8948
Add another query example to search tool.
git-svn-id: https://luan-java.googlecode.com/svn/trunk@317 21e917c8-12df-6dd8-5cb6-c86387c605b9
author | hugo.tech@gmail.com <hugo.tech@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9> |
---|---|
date | Mon, 29 Dec 2014 19:12:53 +0000 |
parents | 1f6d828986b9 |
children | fec01f044474 |
line wrap: on
line source
cd `dirname $0` cat >/usr/local/bin/luan <<End for i in `pwd`/jars/* ; do CLASSPATH=\$CLASSPATH:\$i ; done java -classpath \$CLASSPATH luan.Luan "\$@" End chmod +x /usr/local/bin/luan echo "the command 'luan' has been installed"