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