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 b793bf5 commit aaa38f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
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 > processed_temp.txt \
&& split -l 1000 processed_temp.txt domains_file_ \
&& split -l 10000 processed_temp.txt domains_file_ \
&& for file in domains_file_*; do mv "$file" "${file}.list"; done && rm temp.txt processed_temp.txt
Expand Down

0 comments on commit aaa38f0

Please sign in to comment.