mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
4 lines
126 B
Bash
4 lines
126 B
Bash
|
#!/bin/bash
|
||
|
CLASSPATH="/usr/share/java/josm/josm.jar"
|
||
|
java -cp "${CLASSPATH}" org.openstreetmap.josm.gui.MainApplication "$@"
|