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

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

Revision 1.1, Thu Dec 17 02:16:30 1998 UTC (25 years, 5 months ago) by smurph
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, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5

commit to add upport for mvme88k.

#	$OpenBSD: runlist.sh,v 1.1 1998/12/17 02:16:30 smurph Exp $

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

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