if(fork){ while(1){print "yay"} } else { sleep(1); exit; }