clojure-koans/test.bat

3 lines
145 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_answer_sheet\")" -e "(do (in-ns 'path-to-answer-sheet) (run))"