view izash.c @ 11667:48a7fb55dbe5 draft

<oerjan> addquote <b_jonas> I don\'t care for the bf backend as long as it doesn\'t make the rest of ayacc harder to sue
author HackEso <hackeso@esolangs.org>
date Sat, 08 Dec 2018 10:26:27 +0000
parents d55cb6936714
children
line wrap: on
line source

char s[99],*p[9],**q;main(){for(;q=p,*q++=strtok(gets(s)," ");fork()||execvp(*p,p),wait(0))for(;*q++=strtok(0," "););}