From: sater Date: Thu, 12 Jul 1984 10:42:33 +0000 (+0000) Subject: reworked to use ack instead of npc. X-Git-Tag: release-5-5~6220 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2f56cb1cad89cbb1e6c7f740fac38d20ce3d8ed0;p=ack.git reworked to use ack instead of npc. made more user-friendly (ha ha) --- diff --git a/util/opt/testopt b/util/opt/testopt index 02f32f083..374309566 100755 --- a/util/opt/testopt +++ b/util/opt/testopt @@ -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