head	1.3;
access;
symbols
	HELM_PEER_PORT_BRANCH:1.1.1.1 dlr:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2001.02.21.23.45.37;	author dlr;	state dead;
branches;
next	1.2;

1.2
date	2001.02.21.15.54.02;	author leonardr;	state Exp;
branches;
next	1.1;

1.1
date	2001.02.21.00.28.09;	author dlr;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.02.21.00.28.09;	author dlr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Removing files generated by .in preprocessor.
@
text
@#!/bin/sh
# helm_hourly_cron: Runs helm scripts periodically
#

CRON_DIR=/home/leonardr/sandbox/site/cron/org/tigris/helm/5mins
for f in `ls ${CRON_DIR}`; do
    ${CRON_DIR}/${f} &
done
@


1.2
log
@Order tasks by task ID.
@
text
@@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# sourcexchange_hourly_cron: Runs sourceXchange scripts periodically
d5 1
a5 1
CRON_DIR=/home/dlr/sandbox/site/cron/org/tigris/helm/5mins
@


1.1.1.1
log
@Replacing the HEAD with the HELM_PEER_PORT_BRANCH.
@
text
@@
