Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 27, 2019 16:24
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 ryantm/07ee9aaa18fd4e67a39e2368f4616ed1 to your computer and use it in GitHub Desktop.
Save ryantm/07ee9aaa18fd4e67a39e2368f4616ed1 to your computer and use it in GitHub Desktop.
/nix/store/658rvf3ck8rj6gwfz5gnrch6frl4j114-librsync-2.1.0
├── bin
│   └── rdiff
├── include
│   ├── librsync_export.h
│   └── librsync.h
├── lib
│   ├── librsync.so -> librsync.so.2
│   ├── librsync.so.2 -> librsync.so.2.1.0
│   └── librsync.so.2.1.0
└── share
└── man
├── man1
│   └── rdiff.1.gz
└── man3
└── librsync.3.gz
7 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment