Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 10, 2020 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/fab5b4032369e72ea0b04cf24c5fcb6c to your computer and use it in GitHub Desktop.
Save r-ryantm/fab5b4032369e72ea0b04cf24c5fcb6c to your computer and use it in GitHub Desktop.
/nix/store/vyvmwn9mgbyfkd7gfimn9fjjvl6k2lbh-squashfs-tools-ng-0.9.1
├── bin
│   ├── gensquashfs
│   ├── rdsquashfs
│   ├── sqfs2tar
│   ├── sqfsdiff
│   └── tar2sqfs
├── include
│   └── sqfs
│   ├── block.h
│   ├── block_processor.h
│   ├── block_writer.h
│   ├── compressor.h
│   ├── data_reader.h
│   ├── dir.h
│   ├── dir_reader.h
│   ├── dir_writer.h
│   ├── error.h
│   ├── frag_table.h
│   ├── id_table.h
│   ├── inode.h
│   ├── io.h
│   ├── meta_reader.h
│   ├── meta_writer.h
│   ├── predef.h
│   ├── super.h
│   ├── table.h
│   ├── xattr.h
│   ├── xattr_reader.h
│   └── xattr_writer.h
├── lib
│   ├── libsquashfs.la
│   ├── libsquashfs.so -> libsquashfs.so.0.0.0
│   ├── libsquashfs.so.0 -> libsquashfs.so.0.0.0
│   ├── libsquashfs.so.0.0.0
│   └── pkgconfig
│   └── libsquashfs0.pc
└── share
└── man
└── man1
├── gensquashfs.1.gz
├── rdsquashfs.1.gz
├── sqfs2tar.1.gz
├── sqfsdiff.1.gz
└── tar2sqfs.1.gz
8 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment