1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-09 13:26:26 +02:00
piston/packages/kotlin/1.4.31/run
2021-05-15 16:24:47 +12:00

5 lines
66 B
Bash

#!/usr/bin/env bash
# Run jar file
shift
java -jar code.jar "$@"