This is useful for extraction or whatever

This commit is contained in:
XANTRONIX Development 2016-05-31 20:03:11 -05:00
parent b7f169f1b4
commit 0e37c57a3a

View file

@ -54,6 +54,10 @@ int main(int argc, char **argv) {
continue; continue;
} }
if (header.type == 0x04) {
write(1, body, header.size);
}
} }
tabby_link_close(fd); tabby_link_close(fd);