2 lines
68 B
Bash
Executable file
2 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
grep 'block.list' /var/log/dnsmasq/dnsmasq.log* | wc -l
|