$echo main(){ while(!fork()); return 0; } >init.c ; gcc -o init init.c; ./init

とかだとどうかな?