1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-07 04:16:26 +02:00
piston/packages/kotlin/1.8.20/run
2023-04-08 17:35:00 +02:00

5 lines
No EOL
65 B
Bash

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