summaryrefslogtreecommitdiff
path: root/distrib/hp300/miniroot/runlist.sh
blob: 96abe1f2e23a5650ded2e8b80385b6ce9b3dcefc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$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 -e"
fi

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