From 371bd35c088e19c0bd3ac7e54e4dca25a8130cc7 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 31 May 2019 10:33:09 +0800 Subject: [PATCH] 1 --- boundle.sh | 1 + ci_script | 1 + manage.py | 1 + reload.sh | 1 + restart.sh | 1 + start_instance.sh | 1 + 6 files changed, 6 insertions(+) create mode 120000 boundle.sh create mode 120000 ci_script create mode 120000 manage.py create mode 120000 reload.sh create mode 120000 restart.sh create mode 120000 start_instance.sh diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..7331e2c --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +ci_script/boundle.sh \ No newline at end of file diff --git a/ci_script b/ci_script new file mode 120000 index 0000000..180760d --- /dev/null +++ b/ci_script @@ -0,0 +1 @@ +third_party/game2001/server/tools/scripts/ci/masterserer \ No newline at end of file diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..3894562 --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +ci_script/manage.py \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..3304f9a --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +ci_script/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..744a7fd --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +ci_script/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..94139f7 --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +ci_script/start_instance.sh \ No newline at end of file