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