2021-01-04 22:49:46 +01:00

5 lines
96 B
Bash

#!/bin/bash
echo "" > /var/log/apache2/access.log
watch -n 0 wc -l /var/log/apache2/access.log