6 lines
110 B
Bash
Executable File
6 lines
110 B
Bash
Executable File
#!/bin/ksh
|
|
|
|
JAVA_CMD=$(javaPathHelper -c josm)
|
|
|
|
${JAVA_CMD} -jar ${TRUEPREFIX}/share/josm/josm-latest.jar $*
|