4 lines
127 B
Text
4 lines
127 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "There are new items for review in /quarantine" | mail -s "ClamAV Quarantined Possible Malware" root
|