From 20d4d812521f1cdd92b0527b254c14ed083f31a0 Mon Sep 17 00:00:00 2001 From: Leon <62660101+Oreomeow@users.noreply.github.com> Date: Sun, 25 Jul 2021 13:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=ADTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripts/sh/DlHelper.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Scripts/sh/DlHelper.sh b/Scripts/sh/DlHelper.sh index 5e78082..cb851a3 100644 --- a/Scripts/sh/DlHelper.sh +++ b/Scripts/sh/DlHelper.sh @@ -1,5 +1,6 @@ #!/bin/bash +dir_sync=/root/Help/互助研究院\(1597522865\)/2021年07月 ( @@ -8,4 +9,9 @@ echo "msg DlHelper /start https://t.me/update_help" echo "safe_quit" -) | docker exec -i telegram-cli telegram-cli -N \ No newline at end of file +) | docker exec -i telegram-cli telegram-cli -N + + +find $dir_sync -name "*code\.sh" -exec mv {} $dir_sync/code\.sh \; +find $dir_sync -name "*task_before\.sh" -exec mv {} $dir_sync/task_before\.sh \; +find $dir_sync -name "*config_sample\.sh" -exec mv {} $dir_sync/config_sample\.sh \;