#!/ffp/bin/sh NOM_FICHIER=crontab.txt REPERTOIRE_SOURCE=/ffp/home/root cd $REPERTOIRE_SOURCE /bin/crontab -l > temp.txt cat $NOM_FICHIER >> temp.txt /bin/crontab temp.txt crond restart