piston/packages/java/20-valhalla+20-75/run

8 lines
116 B
Plaintext
Raw Normal View History

2023-05-16 06:21:53 +02:00
#!/usr/bin/env bash
# Put instructions to run the runtime
mv $1 $1.java
filename=$1.java
shift
java $filename "$@"