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