piston/packages/java/20-valhalla+20-75/run
2023-05-16 00:43:16 -04:00

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 "$@"