4 lines
94 B
Bash
4 lines
94 B
Bash
#!/bin/bash
|
|
|
|
echo web1 > /var/www/html/index.html
|
|
watch -n 5 wc -l /var/log/apache2/access.log |