Single standalone file, no external tools used, PATH='' (empty), portable (bash, dash, ksh, zsh), produces x86 ELF executables, has mini-libc builtin.<p>Usage:<p>printf 'int main(){puts("hello");return 0;}' | sh c89cc.sh > hello<p>chmod +x hello<p>./hello