Use clojure scripts in the runners.

This commit is contained in:
Colin Jones
2010-11-17 09:53:26 -06:00
parent b55332f4a8
commit c1c25be776
4 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ for f in lib/*.jar; do
CLASSPATH=$CLASSPATH:$f
done
java -cp "$CLASSPATH" clojure.main -e '(load "path_to_enlightenment")' -e "(do (in-ns 'path-to-enlightenment) (run))"
java -cp "$CLASSPATH" clojure.main -i script/run.clj
echo