[BACK]Return to runlist.sh CVS log [TXT][DIR] Up to [local] / src / distrib / atari

File: [local] / src / distrib / atari / Attic / runlist.sh (download)

Revision 1.2, Wed Mar 1 22:10:00 2000 UTC (24 years, 3 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.1: +1 -0 lines

$OpenBSD$

#	$OpenBSD: runlist.sh,v 1.2 2000/03/01 22:10:00 todd Exp $
#	$NetBSD: runlist.sh,v 1.1.1.1 1995/04/17 19:08:49 leo Exp $

if [ "X$1" = "X-d" ]; then
	SHELLCMD=cat
	shift
else
	SHELLCMD="sh -e"
fi

( while [ "X$1" != "X" ]; do
	cat $1
	shift
done ) | awk -f ${TOPDIR}/list2sh.awk | ${SHELLCMD}