Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 4, 2020 23:44
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/a0a71903d62fb6689cf97f521cefe968 to your computer and use it in GitHub Desktop.
Save r-ryantm/a0a71903d62fb6689cf97f521cefe968 to your computer and use it in GitHub Desktop.
/nix/store/y0h4r58h73p4zz71w692bjxsy6hsbgag-yubico-piv-tool-2.0.0
├── bin
│   └── yubico-piv-tool
├── include
│   └── ykpiv
│   ├── ykpiv.h
│   └── ykpiv-version.h
├── lib
│   ├── libykcs11.la
│   ├── libykcs11.so -> libykcs11.so.1.6.0
│   ├── libykcs11.so.1 -> libykcs11.so.1.6.0
│   ├── libykcs11.so.1.6.0
│   ├── libykpiv.la
│   ├── libykpiv.so -> libykpiv.so.1.6.0
│   ├── libykpiv.so.1 -> libykpiv.so.1.6.0
│   ├── libykpiv.so.1.6.0
│   └── 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