From 1824fd35fe9acd8f1f18e46069f0e403c0b6a1ab Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Tue, 8 Jun 2021 22:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtask=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/task.sh b/shell/task.sh index e03fb70c..708d1d99 100755 --- a/shell/task.sh +++ b/shell/task.sh @@ -17,7 +17,7 @@ combine_sub() { local tmp2=${!tmp1} combined_all="$combined_all&$tmp2" done - echo $combined_all | xargs perl -pe "{s|^&||; s|^@+||; s|&@|&|g; s|@+&|&|g; s|@+|@|g; s|@+$||}" + echo $combined_all | perl -pe "{s|^&||; s|^@+||; s|&@|&|g; s|@+&|&|g; s|@+|@|g; s|@+$||}" } ## 正常依次运行时,组合所有账号的Cookie与互助码