From ce2cf53619c3c5f47573d5cec8ee79450b44be9f Mon Sep 17 00:00:00 2001 From: any Date: Fri, 22 Jan 2021 08:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_task.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update_task.sh b/update_task.sh index 093c5409..d808d2a4 100644 --- a/update_task.sh +++ b/update_task.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash ## Author: https://github.com/EvineDeng -## Modified: 2021-01-21 -## Version: v1.0.0 +## Modified: 2021-01-22 +## Version: v1.0.1 ## 路径与清单 WorkDir=$(cd $(dirname $0); pwd) -JsList=$(cd $WorkDir; ls *.js | grep -E "j[drx]_") +JsList=$(cd $WorkDir; ls *.js | grep -Ei "j[drx]_") JsList="$JsList backUp/xmSports.js" FileLoon=$WorkDir/Loon/lxk0301_LoonTask.conf FileQx=$WorkDir/QuantumultX/lxk0301_gallery.json