From c8d77d5ecfb9e43adb08097d88217ec6347c6b30 Mon Sep 17 00:00:00 2001 From: lwch Date: Fri, 20 Aug 2021 11:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_client | 4 ---- run_server | 4 ---- 2 files changed, 8 deletions(-) delete mode 100755 run_client delete mode 100755 run_server diff --git a/run_client b/run_client deleted file mode 100755 index 2424705..0000000 --- a/run_client +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -./build -killall np-cli -./bin/np-cli -conf test/client.yaml \ No newline at end of file diff --git a/run_server b/run_server deleted file mode 100755 index 74fc717..0000000 --- a/run_server +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -./build -killall np-svr -./bin/np-svr -conf test/server.yaml \ No newline at end of file