Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jcromartie
Created January 18, 2010 17:59
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 jcromartie/280232 to your computer and use it in GitHub Desktop.
Save jcromartie/280232 to your computer and use it in GitHub Desktop.
#!/bin/bash
CLASSPATH=src:$CLJ_HOME/clojure.jar:$CLJ_CONTRIB_HOME/clojure-contrib.jar
for f in lib/*.jar; do
CLASSPATH=$CLASSPATH:$f
done
rlwrap java -cp $CLASSPATH clojure.lang.Repl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment