clojure-koans/run.bat
2010-08-08 20:13:26 -04:00

2 lines
147 B
Batchfile
Executable file

@echo off
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))"