|
Rituals? Hrm.. the only ritual I have is I "jump/leap" toward the stack.. and when Im making a stack of four I do it two and two so I dont drop them.. but other than that no rituals.. lol
__________________
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
|