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

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

Revision 1.3, Wed Mar 1 22:10:13 2000 UTC (24 years, 3 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.2: +1 -1 lines

$OpenBSD$

#	$OpenBSD: runlist.sh,v 1.3 2000/03/01 22:10:13 todd 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}