mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
pkg(kotlin-1.4.31): add args (#258)
This commit is contained in:
parent
c7764161a8
commit
f28cc2a917
1 changed files with 2 additions and 1 deletions
3
packages/kotlin/1.4.31/run
vendored
3
packages/kotlin/1.4.31/run
vendored
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Run jar file
|
||||
java -jar code.jar
|
||||
shift
|
||||
java -jar code.jar "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue