Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 26, 2020 04:45
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/2490d8e93fe473c9a85383494c944281 to your computer and use it in GitHub Desktop.
Save r-ryantm/2490d8e93fe473c9a85383494c944281 to your computer and use it in GitHub Desktop.
/nix/store/rl08qhxz98bgxhdqlrzs25wj9fnvg2li-check-0.15.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
│   ├── example
│   │   ├── configure.ac
│   │   ├── Makefile.am
│   │   ├── README
│   │   ├── src
│   │   │   ├── main.c
│   │   │   ├── Makefile.am
│   │   │   ├── money.1.c
│   │   │   ├── money.1.h
│   │   │   ├── money.2.h
│   │   │   ├── money.3.c
│   │   │   ├── money.4.c
│   │   │   ├── money.5.c
│   │   │   ├── money.6.c
│   │   │   ├── money.c
│   │   │   └── money.h
│   │   └── tests
│   │   ├── check_money.1.c
│   │   ├── check_money.2.c
│   │   ├── check_money.3.c
│   │   ├── check_money.6.c
│   │   ├── check_money.7.c
│   │   ├── check_money.c
│   │   └── Makefile.am
│   ├── NEWS
│   └── README
├── info
│   └── check.info
└── man
└── man1
└── checkmk.1.gz
14 directories, 36 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment