mirror of
https://github.com/SWG-Source/swg-main
synced 2026-08-16 16:23:03 -04:00
9 lines
117 B
Bash
Executable file
9 lines
117 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd exe/linux
|
|
|
|
./bin/LoginServer -- @servercommon.cfg &
|
|
|
|
sleep 4
|
|
|
|
./bin/TaskManager -- @servercommon.cfg
|