diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-11 15:07:46 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-11 15:07:46 -0400 |
| commit | 378ba01ba8a4b67fb5d01dd5adc57fb72e3c86a5 (patch) | |
| tree | e0cfed1c91bfc2d5c46f4158d2fe9279fe9dae24 /bin/test.sh | |
| parent | 39ec1ea2114ff86e4f318b2994b457716476c4d0 (diff) | |
load testing code
Diffstat (limited to 'bin/test.sh')
| -rwxr-xr-x | bin/test.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/test.sh b/bin/test.sh new file mode 100755 index 0000000..82acaa4 --- /dev/null +++ b/bin/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +java -Xmx384m -server -cp lib/jline-0.9.94.jar:lib/clojure.jar:lib/clojure-contrib.jar:lib/postgresql-8.4-701.jdbc4.jar:lib/clojure-http-client-1.1.0.jar:test jline.ConsoleRunner clojure.main -i $1 -r $@ + |
