Skip to content

Commit

Permalink
Update MergeLists.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereinfy authored Apr 6, 2024
1 parent 7e0a836 commit 265805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/MergeLists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
curl -sSL -o proxy-list.txt https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/proxy-list.txt
curl -sSL -o greatfire.txt https://raw.githubusercontent.com/Loyalsoldier/v2ray-rules-dat/release/greatfire.txt
curl -sSL -o custom_list.txt https://raw.githubusercontent.com/Journalist-HK/Rules/master/custom_list.txt
cat gfw.txt proxy-list.txt greatfire.txt custom_list.txt | sort -u | sed '/^\s*$/d' | sed '/^#/d' > proxy_list.txt
cat gfw.txt proxy-list.txt greatfire.txt custom_list.txt | awk '/^full:/{print;next}1' | sort -u | sed '/^\s*$/d' | sed '/^#/d' | awk '/^regexp:/{print;next}1' > proxy_list.txt
- name: Commit and push changes
run: |
Expand Down

0 comments on commit 265805a

Please sign in to comment.