mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2025-06-23 06:40:00 -07:00
7 lines
166 B
Batchfile
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 |