AUtomatic batch submission

From: Erwan David (Erwan.David@trusted-logic.fr)
Date: Tue Dec 28 1999 - 11:45:08 MET


        The machine(s) on which I run the contest are behind a
automated dialup link. In order to reduce the number of dials, I use
batch mode, and I periodicaly send my points. Here is the script I use
in my crontab (Yes, this works on Unix...)

---------------
#! /bin/sh

# Config...

# put here the name of the directory in which ecdl runs.

ECDL_RUN_DIR=/home/edavid/prive/ecdl

######## No need to change this...

cd $ECDL_RUN_DIR

if [ -f dist.points ] ; then
        mv dist.points dist.points.tmp
        mail -s "" ecdl2K-108@pauillac.inria.fr < dist.points.tmp
        cat dist.points.tmp >> dist.points.old
        rm dist.points.tmp
fi
----------------

-- 
Erwan David
==========================================================
Trusted Logic                     Tel: +33 1 30 97 25 03
5 rue du Bailliage		  Std: +33 1 30 97 25 00
78000 Versailles                  Fax: +33 1 30 97 25 19
France



This archive was generated by hypermail 2b29 : Sat Jan 01 2000 - 15:26:58 MET