1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-04 02:46:28 +02:00
piston/packages/scala/3.2.2/environment
2023-04-08 17:10:18 +02:00

5 lines
No EOL
106 B
Bash

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