planck 2018-02-21

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

In particular the Using Clojure CLI Tools section

yeah I mean for when using it as a script

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

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

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

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

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