Skip to content

Instantly share code, notes, and snippets.

@rawburt
Created March 4, 2010 21:54
Show Gist options
  • Save rawburt/322158 to your computer and use it in GitHub Desktop.
Save rawburt/322158 to your computer and use it in GitHub Desktop.
#!/bin/bash
# drop .jar's into ~/.clojure and they will be auto-loaded into the classpath
java -cp $HOME/.clojure/*: jline.ConsoleRunner clojure.main $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment