mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
6 lines
182 B
Bash
6 lines
182 B
Bash
#!/usr/bin/env bash
|
|
|
|
# Clojure requires JAVA_HOME to be set and java binary to be in the path
|
|
export JAVA_HOME=$PWD/java
|
|
export CLOJURE_PATH=$PWD/bin
|
|
export PATH=$PWD/java/bin:$PATH
|