Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 11:35
Show Gist options
  • Save ryantm/7b9d9ce7d36f0cafaa401244d6a6230f to your computer and use it in GitHub Desktop.
Save ryantm/7b9d9ce7d36f0cafaa401244d6a6230f to your computer and use it in GitHub Desktop.
/nix/store/772l53fskv0f58v9bqlszf6ggymdzczf-libndp-1.7
├── bin
│   └── ndptool
├── include
│   └── ndp.h
├── lib
│   ├── libndp.la
│   ├── libndp.so -> libndp.so.0.1.1
│   ├── libndp.so.0 -> libndp.so.0.1.1
│   ├── libndp.so.0.1.1
│   └── pkgconfig
│   └── libndp.pc
└── share
└── man
└── man8
└── ndptool.8.gz
7 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment