diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-14 18:57:14 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-14 18:57:14 -0400 |
| commit | efcf4fa2fcbabc58eeceedf1dca62e30b336e27f (patch) | |
| tree | bc60f3e3edeecd4a6fc420974e83a3d0cdc71a50 /bin | |
| parent | cc9a396d87ffbaaa7c4a3f61cd356244bb4faa97 (diff) | |
Add test.bat
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/test.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/test.bat b/bin/test.bat new file mode 100644 index 0000000..0b30ab8 --- /dev/null +++ b/bin/test.bat @@ -0,0 +1,3 @@ +REM Windows REPL script +SHIFT +java -Xmx1g -server -cp lib/clojure.jar;lib/clojure-contrib.jar;lib/jline-0.9.94.jar;lib/postgresql-8.4-701.jdbc4.jar;test jline.ConsoleRunner clojure.main -i %0 -r %* |
