mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 21:46:27 +02:00
4 lines
123 B
Bash
4 lines
123 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Run clojure with Java referencing the clojure jar location
|
|
java -jar $CLOJURE_PATH/clojure.jar "$@"
|