NetBSD/distrib/x68k/floppies/runlist.sh

14 lines
234 B
Bash
Raw Normal View History

1996-08-31 00:03:54 +04:00
# $NetBSD: runlist.sh,v 1.2 1996/08/30 20:03:59 thorpej Exp $
1996-05-17 16:25:36 +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}