mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
Java 18
This commit is contained in:
parent
c355abc4a7
commit
c29b0411cc
7 changed files with 12 additions and 324 deletions
7
packages/java/18.0.1.1/run
vendored
Normal file
7
packages/java/18.0.1.1/run
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to run the runtime
|
||||
mv $1 $1.java
|
||||
filename=$1.java
|
||||
shift
|
||||
java $filename "$@"
|
Loading…
Add table
Add a link
Reference in a new issue