hey when using #!/usr/bin/env planck is there any way to have the clojure command gen the classpath?
Yes...
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
Let me know ... the branch calls clojure
like you'd expect https://github.com/mfikes/planck/commit/48c57d2374ae83e7344d0ec9f1b84c528b013b02#diff-be16f33097af328db510f8dd4652c3eeR8