summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuildAdBlocklist.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildAdBlocklist.sh b/buildAdBlocklist.sh
index 45c9386..6707327 100755
--- a/buildAdBlocklist.sh
+++ b/buildAdBlocklist.sh
@@ -10,4 +10,4 @@ awk -F'[\t ]+' '{
print "127.0.0.1 " host
}
}
-}' adlists/* > block.list
+}' adlists/* | sort > block.list