view izash.c @ 11996:b1b0dafa230c draft

<fizzie> mkx bin/just//grwp \'\\(is\\|are\\) just\' | sed -e \'s/:/ ::= /;s/$/\\n/\' > tmp/just && url tmp/just
author HackEso <hackeso@esolangs.org>
date Fri, 01 Nov 2019 13:09:46 +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," "););}