#! /bin/sh
#-----------------------------------------------------------------
#Shell script to execute a cron file for Clement.
#-----------------------------------------------------------------
. /etc/sysconfig/clement
/bin/su - mail -m -c /var/lib/$APPNAME-$VERS/shell/daily.sh
#-----------------------------------------------------------------
