home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / sbin / memtestshell < prev    next >
Encoding:
Text File  |  2003-07-26  |  478 b   |  15 lines

  1. #!/bin/sh
  2. #BK july 2003
  3.  
  4. echo "COMPREHENSIVE RAM TEST"
  5. echo "RAM that is starting to fail, even a single bit, can"
  6. echo "cause mysterious seemingly random corruption of files."
  7. echo "Note, this test will take awhile. On a PC with 1.2GHz"
  8. echo "CPU, testing takes about 30 minutes."
  9. echo "Please press CTRL-C to exit, or close all other"
  10. echo -n "applications and press ENTER to continue..."
  11. read VAR1
  12. memtest all 1
  13. echo -n "Test completed. Press ENTER to continue..."
  14. read VAR1
  15.