mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
Move JAVA_HOME stuff to Java install
This commit is contained in:
parent
cd38eaa3f4
commit
e14effbf35
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Scala will complain if JAVA_HOME isn't set
|
||||
export JAVA_HOME=/opt/java/jdk-14
|
||||
|
||||
cp code.code interim.scala
|
||||
timeout -s KILL 10 xargs -a args.args -d '\n' scala interim.scala < stdin.stdin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue