clojure-koans/test.bat

3 lines
148 B
Batchfile
Raw Normal View History

2010-07-28 02:21:16 +00:00
@echo off
2010-10-29 15:07:11 +00:00
java -cp lib\clojure-1.3.0-alpha1.jar;src clojure.main -e "(load \"path_to_answer_sheet\")" -e "(do (in-ns 'path-to-answer-sheet) (run))"