From d3f2fa1650e79ace7c26704c2c027f247ac9b1de Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Fri, 23 Jul 2021 20:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B1Upsample.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/Upsample.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Scripts/sh/Upsample.sh diff --git a/Scripts/sh/Upsample.sh b/Scripts/sh/Upsample.sh new file mode 100644 index 0000000..4210cf4 --- /dev/null +++ b/Scripts/sh/Upsample.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +docker exec -it qinglong /bin/sh -c "cd /ql/config +curl -sL https://git.io/config.sh > /ql/config/config.sample.sh +cd /ql/sample && rm config.sample.sh +cp -rf /ql/config/config.sample.sh /ql/sample" \ No newline at end of file