diff --git a/README.md b/README.md new file mode 100644 index 0000000..fed789c --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Code taken from here: +- https://git.2f30.org/scripts/file/selfboot/isofix.c.html +- https://git.2f30.org/scripts/file/selfboot/isofix.h.html + + +### Building +``` +gcc -O2 isofix.c -o isofix +``` \ No newline at end of file