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

  1. local i n=width*height-1 m k j=0
  2. onintr goto finis
  3. echo -n "\e[0 p"
  4. repeat n 'k=j/width+1,i=j%width+1,j++,m=char(max(ran(127),0x20));echo -n "\e[$k;${i}H$m"
  5. label finis
  6. echo -n "\e[ p"
  7. ## mess - makes a mess of the console window.
  8. #
  9. # mess is provided as is for entertainment purposes only; no warantee is
  10. # either expressed or implied as to its suitability or fitness for any
  11. # purpose whatsoever.  You assume all the risk for all damage, even if
  12. # caused by a defect in the software, no matter how awful.
  13.