mirror of
https://gitlab.com/robocopAlpha/pihole_lists.git
synced 2026-05-18 02:42:25 -07:00
Writing essential stats to a log file
This commit is contained in:
parent
893cdc4523
commit
4f590e2934
4 changed files with 22 additions and 5 deletions
|
|
@ -8,6 +8,4 @@ rg -FIN "whatsapp" "${WRK_DIR}/Mirrors/facebook_block.txt" | rg -FIN "facebook"
|
|||
rm -f "${WRK_DIR}/Mirrors/facebook_block.txt"
|
||||
sort -u "${WRK_DIR}/Mirrors/tmp.txt" | uniq > "${WRK_DIR}/facebook_block.txt"
|
||||
rm -f "${WRK_DIR}/Mirrors/tmp.txt"
|
||||
Line_Count=$(wc -l "${WRK_DIR}/facebook_block.txt")
|
||||
echo -e "${Line_Count} domains"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue