1
0
Fork 0
mirror of https://github.com/engineer-man/piston.git synced 2025-05-05 19:36:26 +02:00
piston/packages/kotlin/1.8.0/run
2023-01-15 00:02:30 -05:00

5 lines
66 B
Bash

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