piston/packages/java/15.0.2/run

8 lines
116 B
Plaintext
Raw Normal View History

2021-03-13 12:14:06 +01:00
#!/usr/bin/env bash
# Put instructions to run the runtime
2021-04-24 10:09:39 +02:00
mv $1 $1.java
filename=$1.java
shift
java $filename "$@"