Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 28, 2019 20: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/1a17749508ead9b08a5ce4c4f724cdce to your computer and use it in GitHub Desktop.
Save ryantm/1a17749508ead9b08a5ce4c4f724cdce to your computer and use it in GitHub Desktop.
/nix/store/j1js98k04qcvrcz7392fx63s7lrkwfn5-facter-3.12.3
├── bin
│   └── facter
├── include
│   └── facter
│   ├── cwrapper.hpp
│   ├── export.h
│   ├── facts
│   │   ├── array_value.hpp
│   │   ├── collection.hpp
│   │   ├── external
│   │   │   └── resolver.hpp
│   │   ├── fact.hpp
│   │   ├── map_value.hpp
│   │   ├── os_family.hpp
│   │   ├── os.hpp
│   │   ├── resolver.hpp
│   │   ├── scalar_value.hpp
│   │   ├── value.hpp
│   │   └── vm.hpp
│   ├── logging
│   │   └── logging.hpp
│   ├── ruby
│   │   └── ruby.hpp
│   ├── util
│   │   ├── config.hpp
│   │   └── string.hpp
│   └── version.h
├── lib
│   ├── libfacter.so -> libfacter.so.3.12.3
│   ├── libfacter.so.3.12.3
│   └── ruby
│   └── facter.rb
└── share
└── man
└── man8
└── facter.8.gz
13 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment