home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume23 / crack / part01 / Scripts / plaster < prev    next >
Encoding:
Text File  |  1991-09-22  |  400 b   |  22 lines

  1. #!/bin/sh
  2.  
  3. ###
  4. # This program written by ADE Muffett (aem@aber.ac.uk), August 1991,
  5. # as part of the 'Crack' password cracking package.
  6. ###
  7.  
  8. ###
  9. # This program provides a quick network murder if running "Crack -network"
  10. ###
  11. # The name is Chris Samuel's fault... "Plaster the Cracks" indeed...
  12. # Mail admiration of this joke to ccs7@aber.ac.uk
  13. ###
  14.  
  15. for i in Runtime/die.*
  16. do
  17.     echo $i
  18.     $i
  19. done
  20.  
  21. exit 0
  22.