mirror of
https://github.com/SWG-Source/swg-main.git
synced 2026-01-16 20:04:18 -05: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
|