zapret-discord-youtube/lists/combine-all-ipsets.bat
2025-06-17 00:09:53 +04:00

7 lines
166 B
Batchfile

@echo off
chcp 65001 > nul
:: 65001 - UTF-8
copy /b ipsets\*.txt ipset-all-unsorted.txt
type ipset-all-unsorted.txt | sort > ipset-all.txt
del ipset-all-unsorted.txt