mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-07-13 22:01:14 -04:00
10 lines
117 B
Bash
Executable File
10 lines
117 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd exe/linux
|
|
|
|
./bin/LoginServer -- @servercommon.cfg &
|
|
|
|
sleep 4
|
|
|
|
./bin/TaskManager -- @servercommon.cfg
|