This commit is contained in:
aixianling
2024-12-16 13:51:31 +08:00
commit 00ee9dd8ea
1884 changed files with 817815 additions and 0 deletions

8
DBServer/run.sh Normal file
View File

@@ -0,0 +1,8 @@
#! /bin/bash
path=`pwd`
if [ "$1" == "Debug" ]; then
$path/dbserver_d $path/DBServerLinux.txt
else
$path/dbserver_r $path/DBServerLinux.txt
fi