clojure - link to repl wrapper script

This commit is contained in:
Adam Vandenberg 2010-10-01 22:22:01 -07:00
parent e71f6a0a98
commit 40147a7517

View file

@ -28,4 +28,11 @@ EOS
prefix.install jar
(bin+'clj').write script
end
def caveats; <<-EOS.undent
If you `brew install repl` then you may find this wrapper script from
MacPorts useful:
http://trac.macports.org/browser/trunk/dports/lang/clojure/files/clj-rlwrap.sh?format=txt
EOS
end
end