Files
danfe 273bab6614 - Double-quote $@ to properly propagate parameters down the execution path
- Consistently pad (separate) shebang in wrapper scripts with an empty line
2016-10-17 04:00:20 +00:00

4 lines
59 B
Bash

#!/bin/sh
exec java -jar "%%JAVAJARDIR%%/jd-gui.jar" "$@"