home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff319.lzh / CNewsSrc / cnews.orig.lzh / libstdio / runtrials < prev    next >
Text File  |  1989-06-27  |  282b  |  17 lines

  1. #! /bin/sh
  2. for whose in stock fast
  3. do
  4.     for fp in "" -i
  5.     do
  6.         for buf in "" -u
  7.         do
  8.             echo stdiock.$whose $fp $buf:
  9.             ./stdiock.$whose $fp $buf <<!
  10. a line
  11. !
  12.             echo ''
  13.         done
  14.     done
  15. done | tee trial.out | egrep 'incompat|bugger'
  16. exit 0                # exit status of pipe is unportable anyway
  17.