Fix bash script

This commit is contained in:
Yevgeny Kungurov 2025-06-17 00:24:26 +04:00
parent 491959eba1
commit b050660597

View File

@ -1,2 +1,2 @@
#!/bin/bash
cat ipsets/ipset-*.txt | sort > ipset-all-1.txt
cat ipsets/*.txt | sort > ipset-all.txt