ack/util/opt/testopt
1984-05-17 13:42:36 +00:00

7 lines
123 B
Text
Executable file

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