From 0184417ff8a04d8e7d157abbe09ee97a93402261 Mon Sep 17 00:00:00 2001 From: EvineDeng Date: Sun, 24 Jan 2021 15:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BD=9C=E8=80=85=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update_list.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update_list.sh b/update_list.sh index 42f7bab0..d56877cd 100644 --- a/update_list.sh +++ b/update_list.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +## Author: https://github.com/EvineDeng +## Modified: 2021-01-24 +## Version: v1.0.0 + ## 网址、路径、文件、标记信息以及表头 WorkDir=$(cd $(dirname $0); pwd) JsList=($(cd $WorkDir; ls *.js | grep -E "j[drx]_"))