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

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

Revision 1.2, Fri Oct 10 10:34:39 1997 UTC (26 years, 7 months ago) by pefo
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, OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +2 -2 lines

make RAMDISK kernel for PowerPC install.

#	$OpenBSD: runlist.sh,v 1.2 1997/10/10 10:34:39 pefo 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}