echo '#include <stdio.h>' > fb.c ./fizzbuzz > buf xxd -i buf >> fb.c echo 'int main(void) { return fwrite(buf, buf_len, 1, stdout) != 1; }' >> fb.c