On Tuesday 09 December 2008 15:13, Brian Doyle wrote: > Steve, > > Could you post your bash shell script that starts Clojure? I would > like to see what you have concerning the new options that can be > passed to the updated clojure.jar. Thanks.
Since I love to share my BASH code (and I anxiously look forward to the day that I'm willing to share my Clojure code), I've attached my "clojure-svn" script. The name emphasizes that I'm launching the SVN version of Clojure, though I make no use of the "official" release any more. Since this is for me only, it has no diagnostics or --help option. It also assumes that rlwrap is available. Similarly, it assumes the existence of a completion file. Search for RLWRAP to find all rlwrap dependencies. Randall Schulz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
clojure-svn
Description: application/shellscript