Mercurial Hosting > luan
comparison dist/scripts/luan.sh @ 237:97d175772fed
implement mmake
git-svn-id: https://luan-java.googlecode.com/svn/trunk@238 21e917c8-12df-6dd8-5cb6-c86387c605b9
author | fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9> |
---|---|
date | Mon, 06 Oct 2014 04:07:56 +0000 |
parents | f247c2ea9eef |
children | 55b4b077e5cc |
comparison
equal
deleted
inserted
replaced
236:1fada5587469 | 237:97d175772fed |
---|---|
1 CURRDIR=`pwd` | |
1 cd `dirname $0`/../.. | 2 cd `dirname $0`/../.. |
2 HOME=`pwd` | 3 HOME=`pwd` |
4 cd $CURRDIR | |
3 | 5 |
4 . luan-cp.sh $HOME | 6 . luan-cp.sh $HOME |
5 | 7 |
6 java -classpath $CLASSPATH luan.Luan $* | 8 java -classpath $CLASSPATH luan.Luan $* |