diff options
author | lookshe <github@lookshe.org> | 2019-06-12 22:03:54 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2019-06-12 22:03:54 +0200 |
commit | 28e13bd9a248ff78c16adb3a8a84c766713806ed (patch) | |
tree | 46d5a9ea43198c2887312e75b9e86684d4117f70 | |
parent | e85bcc457ccaa3c17fed79396d27492dc7e496bd (diff) |
sort blocklist for better review of changes
-rwxr-xr-x | buildAdBlocklist.sh | 2 |
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 |