Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created November 1, 2019 19:33
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/e938d36bba2e4237c79eef937630b83e to your computer and use it in GitHub Desktop.
Save ryantm/e938d36bba2e4237c79eef937630b83e to your computer and use it in GitHub Desktop.
/nix/store/kgsfbnjc5bs72brwxamlqswyjbffc90v-check-0.13.0
├── bin
│   └── checkmk
├── include
│   ├── check.h
│   └── check_stdint.h
├── lib
│   ├── libcheck.la
│   ├── libcheck.so -> libcheck.so.0.0.0
│   ├── libcheck.so.0 -> libcheck.so.0.0.0
│   ├── libcheck.so.0.0.0
│   └── pkgconfig
│   └── check.pc
└── share
├── aclocal
│   └── check.m4
├── doc
│   └── check
│   ├── ChangeLog
│   ├── COPYING.LESSER
│   ├── NEWS
│   └── README
└── man
└── man1
└── checkmk.1.gz
10 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment