On 12 June 2016 at 01:36, Antonin Hildebrand <antonin.hildebr...@gmail.com>
wrote:

> I wanted users of my library (which has dependencies) to run a helper tool
> from command-line (ideally with a simple wrapper bash script). And I didn't
> want to make them dependent on lein or boot.
>
> I came up with this (bash+maven+java):
> https://github.com/binaryage/dirac/blob/master/scripts/agent-launcher.sh
>
> writing it was a horrific experience, I want that day back!
> Antonin
>

Why not just uberjar it? You could upload it to GitHub as part of a release
(or S3, or wherever), then write a small script to download and run it. It
would be a couple of lines of bash, but have the same effect.

- James

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to