testopt 201 B

1234567891011
  1. #!/bin/sh
  2. : '$Id$'
  3. while true
  4. do
  5. (echo ' mes 2,2,2
  6. pro $foo,0';cat;echo ' end') >t.e
  7. ack -Ropt=${1-opt} -O -c.m t.e;ack -c.e t.m
  8. cat t.e
  9. echo '===== next case (interrupt to stop) ====='
  10. done