Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 26, 2018 03:40
Show Gist options
  • Save ryantm/6592e44c4a66c1b7cf2c9f4c2a75c3ab to your computer and use it in GitHub Desktop.
Save ryantm/6592e44c4a66c1b7cf2c9f4c2a75c3ab to your computer and use it in GitHub Desktop.
/nix/store/gbg5yr1p726q33f057gwcjgq35jc8qg3-yubikey-personalization-1.19.0
├── bin
│   ├── ykchalresp
│   ├── ykinfo
│   └── ykpersonalize
├── include
│   └── ykpers-1
│   ├── ykcore.h
│   ├── ykdef.h
│   ├── ykpbkdf2.h
│   ├── ykpers.h
│   ├── ykpers-version.h
│   └── ykstatus.h
├── lib
│   ├── libykpers-1.la
│   ├── libykpers-1.so -> libykpers-1.so.1.19.0
│   ├── libykpers-1.so.1 -> libykpers-1.so.1.19.0
│   ├── libykpers-1.so.1.19.0
│   ├── pkgconfig
│   │   └── ykpers-1.pc
│   └── udev
│   └── rules.d
│   └── 69-yubikey.rules
└── share
└── man
└── man1
├── ykchalresp.1.gz
├── ykinfo.1.gz
└── ykpersonalize.1.gz
10 directories, 18 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment