home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / bin / chk < prev    next >
Encoding:
Text File  |  1975-05-13  |  59 b   |  7 lines

  1. : loop
  2. if $1x = x exit
  3. icheck $1
  4. dcheck $1
  5. shift
  6. goto loop
  7.