ack/util/opt/testopt
1984-05-17 14:14:29 +00:00

9 lines
136 B
Plaintext
Executable file

: '$Header$'
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