From 530dd9b98c1200d453912bf880044b352b9e4588 Mon Sep 17 00:00:00 2001 From: juewuy Date: Fri, 31 Jul 2020 16:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8D=E8=83=BD=E5=AF=BC?= =?UTF-8?q?=E5=85=A5http=E9=93=BE=E6=8E=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clash/clashsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash/clashsh b/clash/clashsh index faa36bf..67b9694 100644 --- a/clash/clashsh +++ b/clash/clashsh @@ -168,7 +168,7 @@ echo -e "\033[33m 0 返回上级目录!\033[0m" echo url="" read -p "请输入第"$i"个链接 > " url - test=$(echo $url | egrep 'vmess://|ss://|ssr://|trojan://') #grep "://" + test=$(echo $url | grep "://" url=`echo ${url/\ \(*\)/''}` #删除恶心的超链接内容 if [[ "$test" != "" ]];then if [[ $i == 1 ]];then