bbc0e7b376
- Consistently pad (separate) shebang in wrapper scripts with an empty line
3 lines
138 B
Bash
3 lines
138 B
Bash
#!/bin/sh
|
|
|
|
JAVA_VERSION="%%JAVA_VERSION%%" exec %%LOCALBASE%%/bin/java -classpath %%DATADIR%%/js.jar -jar %%DATADIR%%/shrinksafe.jar "$@"
|