Rp

From Organic Design wiki
Revision as of 11:49, 28 June 2006 by Nad (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. !/usr/bin/perl

for ( split /\n/, qx( ps x|egrep \"[.]out$\" ) ) {

       qx( kill $1 ) if /^\s*([0-9]+).+?\d+:\d\d\s*(.+)/;
       }

qx( cp /var/www/organicdesign/wiki/a.out /var/www/organicdesign/wiki/bin/peerd.out ); qx( /etc/init.d/peerd& );