pkg(kotlin-1.4.31): add args (#258)

This commit is contained in:
Dan Vargas 2021-05-14 23:24:47 -05:00 committed by GitHub
parent c7764161a8
commit f28cc2a917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# Run jar file
java -jar code.jar
shift
java -jar code.jar "$@"