pkg(clojure-1.10.3): Add clojure 1.10.3

This commit is contained in:
Vargas, Dan 2021-03-19 13:45:59 -05:00
parent c69af5bc6d
commit ca109128b7
5 changed files with 64 additions and 0 deletions

4
packages/clojure/1.10.3/run vendored Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Run clojure with Java referencing the clojure jar location
java -jar $CLOJURE_PATH/clojure.jar "$@"