diff options
| author | root <root@ubuntu.(none)> | 2009-11-25 01:02:46 -0500 |
|---|---|---|
| committer | root <root@ubuntu.(none)> | 2009-11-25 01:02:46 -0500 |
| commit | 5fb79fa022565e183bd9bc19ab4094d0beeef0b4 (patch) | |
| tree | de1f4d6f318593a0e23d837b2ad995540e6d0049 | |
| parent | 105ef5e0142d33c0dc24f7f0422f279e4ef1fc23 (diff) | |
changed repl
| -rwxr-xr-x | bin/repl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repl.sh b/bin/repl.sh index 6c97f92..e9a63aa 100755 --- a/bin/repl.sh +++ b/bin/repl.sh @@ -1,3 +1,3 @@ #!/bin/sh -java -server -cp .:lib/commons-io-1.4.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-codec-1.3.jar:lib/jline-0.9.94.jar:lib/clojure.jar:lib/clojure-contrib.jar:lib/compojure.jar:lib/jetty-6.1.14.jar:lib/jetty-util-6.1.14.jar:lib/servlet-api-2.5-6.1.14.jar:classes jline.ConsoleRunner clojure.lang.Repl $1 +java -server -cp .:lib/commons-io-1.4.jar:lib/commons-fileupload-1.2.1.jar:lib/commons-codec-1.3.jar:lib/jline-0.9.94.jar:lib/clojure.jar:lib/clojure-contrib.jar:lib/compojure.jar:lib/jetty-6.1.14.jar:lib/jetty-util-6.1.14.jar:lib/servlet-api-2.5-6.1.14.jar:lib/postgresql-8.4-701.jdbc4.jar jline.ConsoleRunner clojure.lang.Repl $1 |
