Skip to content

Commit

Permalink
Update MergeLists.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereinfy authored Nov 21, 2024
1 parent 0b0cccd commit b526b49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/MergeLists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
grep '^full:' temp.txt > temp1.txt
grep -vE '^(full:|regexp:)' temp.txt >> temp2.txt
grep '^regexp:' temp.txt > temp3.txt
cat temp1.txt temp2.txt temp3.txt >> temp4.txt
mv temp4.txt proxy_list.txt
cat temp1.txt temp2.txt temp3.txt >> proxy_list.txt
rm temp*.txt
rm gfw.txt
rm proxy-list.txt
Expand Down

0 comments on commit b526b49

Please sign in to comment.