3 lines
176 B
Bash
3 lines
176 B
Bash
#!/bin/sh
|
|
java -Dfile.encoding=UTF-8 -Djava.util.logging.config.file=config/others/log.cfg -cp ./../libs/*:LoginServer.jar com.l2jmobius.tools.accountmanager.SQLAccountManager
|