clojure-koans/run.bat

3 lines
149 B
Batchfile
Raw Normal View History

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