Created
January 18, 2010 17:59
-
-
Save jcromartie/280232 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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