clojure-koans/run.bat

3 lines
147 B
Batchfile
Raw Normal View History

2010-07-28 02:21:16 +00:00
@echo off
2010-08-09 00:13:26 +00:00
java -cp lib\clojure-1.2.0-RC2.jar;src clojure.main -e "(load \"path_to_enlightenment\")" -e "(do (in-ns 'path-to-enlightenment) (run))"