Fork me on GitHub
#planck
<
2018-02-21
>
bfabry18:02:33

hey when using #!/usr/bin/env planck is there any way to have the clojure command gen the classpath?

mfikes18:02:18

In particular the Using Clojure CLI Tools section

bfabry18:02:25

yeah I mean for when using it as a script

bfabry18:02:39

so I wanted to keep the ./my-script-with-shebang.cljs behaviour

mfikes18:02:01

Ahh, I do have a branch that has Planck automatically run clojure to form the path https://github.com/mfikes/planck/tree/cli-tools

mfikes18:02:17

If it is useful, I could clean it up and land it on master

bfabry18:02:37

I'm probably just overthinking it, I have one dep I'll just stick it in the shebang

mfikes18:02:46

OK, that should work on macOS, but there might be issues on Linux