head	1.2;
access;
symbols
	dlr:1.1.1
	TIGRIS_0_9_2_4:1.1
	TIGRIS_0_9_2_3:1.1
	HELM_PEER_PORT_BRANCH:1.1.1.1
	TURBINE_PEER:1.1
	TIGRIS_0_9_2_1:1.1
	TIGRIS_0_9_2:1.1.0.6
	TIGRIS_0_9_0:1.1.0.4
	TIGRIS_0_8_4:1.1.0.2;
locks; strict;
comment	@# @;


1.2
date	2001.02.08.15.33.51;	author jrobbins;	state dead;
branches;
next	1.1;

1.1
date	2000.11.30.21.50.05;	author ms;	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.2
log
@introduced .in files for crons with paths in the sandbox, corrected component name in comments
@
text
@#!/bin/sh
# sourcexchange_hourly_cron: Runs sourceXchange scripts periodically
#

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


1.1
log
@Moved these files around
@
text
@@


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


