Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 20, 2018 05:05
Show Gist options
  • Save ryantm/9e4e340391a074a730fe9b4c922e85aa to your computer and use it in GitHub Desktop.
Save ryantm/9e4e340391a074a730fe9b4c922e85aa to your computer and use it in GitHub Desktop.
/nix/store/hynjylicsypsp3a9scp5afp3fahw1ziv-yubico-piv-tool-1.6.2
├── bin
│   └── yubico-piv-tool
├── include
│   └── ykpiv
│   ├── ykpiv.h
│   └── ykpiv-version.h
├── lib
│   ├── libykcs11.la
│   ├── libykcs11.so -> libykcs11.so.1.4.4
│   ├── libykcs11.so.1 -> libykcs11.so.1.4.4
│   ├── libykcs11.so.1.4.4
│   ├── libykpiv.la
│   ├── libykpiv.so -> libykpiv.so.1.4.4
│   ├── libykpiv.so.1 -> libykpiv.so.1.4.4
│   ├── libykpiv.so.1.4.4
│   └── pkgconfig
│   ├── ykcs11.pc
│   └── ykpiv.pc
└── share
└── man
└── man1
└── yubico-piv-tool.1.gz
8 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment