zip-fuse

A (really bad) FUSE filesystem that mounts zip files. For fun exploring FUSE.

git clone https://code.pdelong.com/zip-fuse.git

1zip: main.c Makefile
2	clang -g -O0 -lz -o zip main.c