mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-11 16:26:22 +00:00
Update forge.sh
Allow parameters to be passed in to the shell script
This commit is contained in:
committed by
Hans Mackowiak
parent
65b5f4fac3
commit
21f2f6e2c3
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd $(dirname "${0}")
|
||||
java $mandatory.java.args$ -jar $project.build.finalName$
|
||||
java $mandatory.java.args$ -jar $project.build.finalName$ "$@"
|
||||
|
||||
Reference in New Issue
Block a user