ack/util/opt/testopt

9 lines
136 B
Text
Raw Normal View History

1984-05-17 14:14:29 +00:00
: '$Header$'
1984-05-17 13:42:36 +00:00
while true
do
(echo ' mes 2,2,2
pro $foo,0';cat;echo ' end') >t.e
npc -2=${1-opt} -O -2 t.e;npc -D t.m
cat t.e
done