1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-09 21:36:27 +02:00
piston/packages/java/20.valhalla.20.75/run

7 lines
133 B
Bash

#!/usr/bin/env bash
# Put instructions to run the runtime
mv $1 $1.java
filename=$1.java
shift
java --enable-preview $filename "$@"