NetBSD/distrib/i386/floppies/runlist.sh

14 lines
230 B
Bash
Raw Normal View History

1996-10-09 04:13:36 +04:00
# $NetBSD: runlist.sh,v 1.2 1996/10/09 00:13:36 jtc Exp $
1994-08-29 19:30:14 +04:00
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}