Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 22, 2018 22:29
Show Gist options
  • Save ryantm/aef3b835949789ba889040112d401160 to your computer and use it in GitHub Desktop.
Save ryantm/aef3b835949789ba889040112d401160 to your computer and use it in GitHub Desktop.
/nix/store/w6nqi0pjm3bm0v1kcxk9v1ndj0qnjg6z-librsync-2.0.2
├── bin
│   └── rdiff
├── include
│   └── librsync.h
├── lib
│   ├── librsync.so -> librsync.so.2
│   ├── librsync.so.2 -> librsync.so.2.0.2
│   └── librsync.so.2.0.2
└── share
└── man
├── man1
│   └── rdiff.1.gz
└── man3
└── librsync.3.gz
7 directories, 7 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment