Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misha-tgshv authored Feb 18, 2025
1 parent 305b31e commit 3eaa2ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ jobs:
# && rm domains1.txt temp_refilter.list
curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/community.lst > temp.txt \
&& curl -s https://raw.githubusercontent.com/1andrevich/Re-filter-lists/main/domains_all.lst >> temp.txt \
&& sed 's/^/DOMAIN-SUFFIX,/g' temp.txt | split -l 1000 --numeric-suffixes=1 --suffix-length=2 domains_file_ \
&& rename '$_ = $_ . ".list"' domains_file_* && rm temp.txt
&& sed 's/^/DOMAIN-SUFFIX,/g' temp.txt | split -l 1000 domains_file_ \
&& for file in domains_file_*; do mv "$file" "${file}.list"; done && rm temp.txt
Expand Down

0 comments on commit 3eaa2ec

Please sign in to comment.