reworked to use ack instead of npc.
authorsater <none@none>
Thu, 12 Jul 1984 10:42:33 +0000 (10:42 +0000)
committersater <none@none>
Thu, 12 Jul 1984 10:42:33 +0000 (10:42 +0000)
made more user-friendly (ha ha)

util/opt/testopt

index 02f32f0..3743095 100755 (executable)
@@ -3,6 +3,7 @@ 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
+  ack -Ropt=${1-opt} -O -c.m t.e;ack -c.e t.m
   cat t.e
+  echo '===== next case (interrupt to stop) ====='
 done