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

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

Revision 1.2, Sun Jun 13 10:33:30 1999 UTC (24 years, 11 months ago) by downsj
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
Changes since 1.1: +3 -2 lines

New ramdisk framework for mac68k.  Not tested yet.

This is only a portion of it, and isn't even buildable on mac68k itself.
(It requires an hp300.)

#	$OpenBSD: runlist.sh,v 1.2 1999/06/13 10:33:30 downsj Exp $
#	$NetBSD: runlist.sh,v 1.1 1995/10/03 22:47:57 thorpej 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}