clojure-koans/test.bat

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