From a526e6797db0cae56aca612afa9710ff359693d8 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 14 Jan 2019 19:36:06 +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 100644 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 100644 index 0000000..965a084 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +sh ci_script/boundle.sh -DGAME_ID=100899 diff --git a/ci_script b/ci_script new file mode 120000 index 0000000..8f6c8f9 --- /dev/null +++ b/ci_script @@ -0,0 +1 @@ +third_party/wsproxy/server/tools/scripts/ci/wsproxy \ 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