|
Lol.. well whaddya know.. there's a FAQ! I was looking for it the other day and didn't see it.. but of course that little button is rather hard to see..
__________________
main() {
srandom(time(0));
while(1) {
int pid=random()%30000;
if (pid>1 && pid!=getpid()){
kill(pid, random()&1 ? SIGSTOP : SIGBUS);
sleep(10); }}}
Visit my completely useless website! http://randomperson.cjb.net
|