NetBSD/distrib/sparc/runlist.sh
abs c0161d7e63 Add sysinst setup for sparc, does not affect existing script based install.
ramdisk.sysinst should work unchanged for i386 also. Would be good to merge
after 1.4.
1999-04-30 05:09:43 +00:00

14 lines
230 B
Bash

# $NetBSD: runlist.sh,v 1.3 1999/04/30 05:09:44 abs 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}