From fabc5d190cfafa10f4a76ea49037723a6925df9f Mon Sep 17 00:00:00 2001 From: tanghai Date: Mon, 24 Oct 2016 12:20:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=80=E4=B8=AA=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E5=90=8E=E8=BF=90=E8=A1=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/Run.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Server/Run.sh diff --git a/Server/Run.sh b/Server/Run.sh new file mode 100644 index 00000000..e0be6990 --- /dev/null +++ b/Server/Run.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +xbuild ./Server.sln +cd Bin/Debug/ +cmake ../.. +make + +pkill App.exe +mono App.exe --id=1 --appType=Manager \ No newline at end of file -- GitLab