diff options
Diffstat (limited to 'distrib/mvme68k/common/RunList.sh')
-rw-r--r-- | distrib/mvme68k/common/RunList.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/distrib/mvme68k/common/RunList.sh b/distrib/mvme68k/common/RunList.sh new file mode 100644 index 00000000000..380cd2512bd --- /dev/null +++ b/distrib/mvme68k/common/RunList.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +# $NetBSD: RunList.sh,v 1.1.1.1 1995/10/08 23:07:47 gwr Exp $ + +if [ "X$1" = "X-d" ]; then + SHELLCMD=cat + shift +else + SHELLCMD="sh -e" +fi + +cat "$@" | +awk -f ${TOPDIR}/common/RunList.awk | +${SHELLCMD} |