Rp

From Organic Design wiki
Revision as of 11:58, 28 June 2006 by Nad (talk | contribs) (using exec instead of qx fixes the not-returning issue)
  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 ); exec '/etc/init.d/peerd';