diff dist/scripts/mmake.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
children 55b4b077e5cc
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dist/scripts/mmake.sh	Mon Oct 06 04:07:56 2014 +0000
@@ -0,0 +1,7 @@
+CURRDIR=`pwd`
+cd `dirname $0`/../..
+HOME=`pwd`
+cd $CURRDIR
+
+luan.sh $HOME/dist/scripts/mmake.luan $*
+echo `pwd`