1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-02 01:46:28 +02:00
piston/packages/java/15.0.2/run
2021-04-24 20:09:39 +12: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 "$@"