head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2000.11.30.21.50.04;	author ms;	state dead;
branches;
next	1.1;

1.1
date	2000.11.22.02.24.15;	author ms;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Moved these files around
@
text
@#!/bin/sh
#!/usr/bin/perl -w
# sourcexchange_daily_cron: Runs sourceXchange scripts periodically
#
CRON_DIR=/home/ms/sandbox/site/cron/org/tigris/helm/daily
for f in `ls ${CRON_DIR}`; do
    ${CRON_DIR}/${f} &
done
@


1.1
log
@System to run crons from $SANDBOX/site/cron
@
text
@@

