Skip to content

Instantly share code, notes, and snippets.

@timvisher
Created March 10, 2011 16:30
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 timvisher/864408 to your computer and use it in GitHub Desktop.
Save timvisher/864408 to your computer and use it in GitHub Desktop.
Broken clj implementation
#!/bin/sh
# Runs clojure.
# With no arguments, runs Clojure's REPL.
# resolve links - $0 may be a softlink
CLOJURE=$CLASSPATH:$(brew --cellar)/clojure/1.2.0/clojure.jar:$(brew --cellar)/clojure-contrib/1.2.0/clojure-contrib.jar
java -cp $CLOJURE clojure.main "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment