1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-08 21:06:27 +02:00
piston/packages/java/20.0.1/run
2023-05-16 00:21:53 -04:00

7 lines
116 B
Bash

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