diff --git a/lists/combine-all-ipsets.sh b/lists/combine-all-ipsets.sh index 7422ce0..e91dfcb 100644 --- a/lists/combine-all-ipsets.sh +++ b/lists/combine-all-ipsets.sh @@ -1,2 +1,2 @@ #!/bin/bash -cat ipsets/ipset-*.txt | sort > ipset-all-1.txt \ No newline at end of file +cat ipsets/*.txt | sort > ipset-all.txt \ No newline at end of file