4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#!/bin/sh
|
||
|
touch /var/log/maillog
|
||
|
exec tail -f /var/log/maillog 2>&1
|