root/trunk/server/dev-killmogstored.sh

Revision 931, 73 bytes (checked in by bradfitz, 2 years ago)

start removing of all the mogstored-FOO parallel binaries for the
child processes, moving them into classes with 'run', etc methods.

makes /usr/bin/ cleaner, makes Makefile.PL cleaner, makes stuff easier
to read/find/etc.

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 ps afx | grep mogstore | perl -npe 's/\spts.+//' | xargs kill
Note: See TracBrowser for help on using the browser.