Skip to content

Instantly share code, notes, and snippets.

@liebke

liebke/repl.sh Secret

Created March 24, 2010 20:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liebke/870cac0725fc2e5b94ec to your computer and use it in GitHub Desktop.
Save liebke/870cac0725fc2e5b94ec to your computer and use it in GitHub Desktop.
#!/bin/sh
CLASSPATH=src:test:config:data
for f in lib/*.jar; do
CLASSPATH=$CLASSPATH:$f
done
java -Xmx1G -cp $CLASSPATH jline.ConsoleRunner clojure.main -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment