1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-03 10:26:26 +02:00
piston/packages/scala/3.0.0/environment
2021-05-15 16:24:37 +12:00

5 lines
107 B
Bash

#!/usr/bin/env bash
# Scala requires JAVA_HOME to be set
export JAVA_HOME=$PWD
export PATH=$PWD/bin:$PATH