10 lines
141 B
Bash
Executable File
10 lines
141 B
Bash
Executable File
#! /bin/bash
|
|
|
|
./stop.sh
|
|
|
|
if [ "$1" == "Debug" ]; then
|
|
./logicserver_d LogicServerLinux.txt
|
|
else
|
|
./logicserver_r LogicServerLinux.txt
|
|
fi
|