Files
blocklist/upd.sh
2026-01-11 17:01:21 +03:00

9 строки
182 B
Bash
Исполняемый файл

#!/usr/bin/env bash
rm all.txt
cat mail_rules.txt >> all.txt
cat yandex_rules.txt >> all.txt
cat other_rules.txt >> all.txt
cat all.txt|grep -o '^[^!]*' > a.txt
mv a.txt all.txt