repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
distrib
/
common
/
runlist.sh
blob
0e75b2b4a514b15c6b3187aefeff039ef115f6cf
1
# $NetBSD: runlist.sh,v 1.2 1998/01/06 04:45:41 perry Exp $
2
3
if
[
"X
$1
"
=
"X-d"
];
then
4
SHELLCMD
=
cat
5
shift
6
else
7
SHELLCMD
=
"sh -e"
8
fi
9
10
(
while
[
"X
$1
"
!=
"X"
];
do
11
cat
$1
12
shift
13
done
)
|
awk
-f
${NETBSDSRCDIR}
/
distrib
/
common
/
list2sh.
awk
|
${SHELLCMD}