5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
clear
|
||
|
|
sudo tail -f /var/log/fail2ban.log
|