home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d8xx / d811 / bsh.lha / bsh / m < prev    next >
Text File  |  1993-02-14  |  313b  |  12 lines

  1. local i
  2. if !?PAGER
  3.     local PAGER="More"
  4. endif
  5. foreach i ( $* )
  6.     $PAGER $i
  7. end
  8. # M is presented as is; no warrantee is either expressed or implied
  9. # as to it's suitability to any purpose whatsoever.  You assume all the
  10. # risk for all damage, even if caused by a defect in the software,
  11. # no matter how awful.
  12.