5 lines
76 B
Bash
5 lines
76 B
Bash
#!/bin/sh
|
|
|
|
cd %%DATADIR%%
|
|
"%%LOCALBASE%%/bin/java" -cp "%%DATADIR%%" RunGui
|