\_ SMTP quoth Jason on 9/21/2001 16:34 as having spake thusly:
\_
\_ George Toft wrote:
\_ > #!/bin/bash
\_ >
\_ > while [ 1 ]; do
\_ > # Make a copy
\_ > cp corewar corewar.$$
\_ >
\_ > # Run it
\_ > ./corewar.$$ &
\_ >
\_ > # Start over
\_ > done
\_ type it blind, as fast as possible:
\_ renice -20 $$
\_ rm corewar
\_ rm corewar*&
\_ renice 20 `ps ax | grep core | grep -v grep | cut -c 1-5`& kill -9 `ps
\_ ax | grep core | grep -v grep | cut -c 1-5`&
\_ rm corewar*&
\_ renice 20 `ps ax | grep core | grep -v grep | cut -c 1-5`& kill -9 `ps
\_ ax | grep core | grep -v grep | cut -c 1-5`&
bah.
chmod a-w .
Then start killing processes.
David