Skip to content

Commit 26a60c9

Browse files
author
ManSoraTech
committed
Update all file
1 parent e92a7eb commit 26a60c9

File tree

7 files changed

+17239
-2
lines changed

7 files changed

+17239
-2
lines changed

pac_get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,5 +865,5 @@ urlsafe_base64_d(){
865865
PAC_TEXT=$(curl -m 10 -s "${PAC_URL}")
866866
PAC_BASE64=$(urlsafe_base64_d "${PAC_TEXT}"|grep -v "!"|sed '1d;s/\\/\\\\/g;/^\s*$/d;s/^/ "&/g;s/$/&",/g;$s/.$//')
867867
PAC_NUM=$(echo "${PAC_BASE64}"|wc -l)
868-
echo "${PAC_TAME}${PAC_prefix}${PAC_BASE64}${PAC_suffix}" > gfw.pac
868+
echo "${PAC_TAME}${PAC_prefix}${PAC_BASE64}${PAC_suffix}" > ./ss_gfw.pac
869869
echo "${PAC_NUM}"

0 commit comments

Comments
 (0)