From 28e13bd9a248ff78c16adb3a8a84c766713806ed Mon Sep 17 00:00:00 2001 From: lookshe Date: Wed, 12 Jun 2019 22:03:54 +0200 Subject: sort blocklist for better review of changes --- buildAdBlocklist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3