mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-24 05:56:26 +02:00
5 lines
118 B
Bash
5 lines
118 B
Bash
#!/bin/bash
|
|
|
|
# Groovy requires JAVA_HOME to be set
|
|
export JAVA_HOME=$PWD/java
|
|
export PATH=$PWD/groovy-3.0.7/bin:$PATH
|