diff options
author | David Barksdale <amatus.amongus@gmail.com> | 2011-08-13 00:27:44 -0500 |
---|---|---|
committer | David Barksdale <amatus.amongus@gmail.com> | 2011-08-13 00:27:44 -0500 |
commit | af5a8c69b30930198bd91923353cf0119c44e75b (patch) | |
tree | 3bf4f1a37bb093f735e87be87d8515c720d6a47a /repl.sh | |
parent | c35250c7ab793e569c1ac293035bca8c929fabe6 (diff) |
New repl script to aid debugging.
Diffstat (limited to 'repl.sh')
-rwxr-xr-x | repl.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -0,0 +1,2 @@ +#!/bin/sh +exec java -cp www/clojure.jar:www/monads.jar:www/generic.jar:www/json.jar:www/types.jar:src/main/clojure clojure.main |