#!/bin/bash
#

echo
echo "***************************************"
echo "* Clam Antivirus Updater              *"
echo "***************************************"
echo
echo "Run /usr/bin/freshclam:"
/usr/bin/freshclam
echo
