Hmm... running nicely here. It iterates your PID fairly quickly, but it doesn't do much else...
Now if you changed them to #!/bin/sh ./2.sh & ./2.sh & and #!/bin/sh ./1.sh & ./1.sh & it might be a bit nastier. Adam ----- Original Message ----- From: "Chris Barnes" <[EMAIL PROTECTED]> To: "'SLUG'" <[EMAIL PROTECTED]> Sent: Wednesday, February 20, 2002 12:46 AM Subject: RE: [SLUG] trashing > Yeah I got a trick to test your cpu lol > Create 2 shell scripts, first one names 1.sh and the other 2.sh > > In 1.sh put > #!/bin/sh > ./2.sh & > > in 2.sh put > #!/bin/sh > ./1.sh & > > make them both executable and put them in the same directory.. see how that > goes =o) > > -- > > -----Original Message----- > From: Stuart [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, 19 February 2002 6:42 PM > To: [EMAIL PROTECTED] > Subject: [SLUG] trashing > > Hi y'all, > > Anyone know any good software to test stability on a new machine? > > ie want to work the CPU, memory and disk for a few days hours to see how > it she runs. > > Tia, > > Stuart Guthrie. > > > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug > > Searching for "A Better Way" to a home loan ?. Call RAMS on 13 7267, or go to http://www.rams.com.au > > The e-mail and any attachments may contain confidential information. If you receive it in error you must not use or disclose the information. You must tell us and delete it. We do not waive any legal privilege by sending it. RAMS does not promise that the email is free from virus defect or error. > -- > SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ > More Info: http://lists.slug.org.au/listinfo/slug -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
