Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 31, 2020 23:35
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/a12299e80345594f0c9b313250d190ca to your computer and use it in GitHub Desktop.
Save r-ryantm/a12299e80345594f0c9b313250d190ca to your computer and use it in GitHub Desktop.
/nix/store/ymycpah3xshhdnzqs6lr6apxfs8svd8i-facter-3.14.14
├── bin
│   └── facter
├── include
│   └── facter
│   ├── cwrapper.hpp
│   ├── export.h
│   ├── facts
│   │   ├── array_value.hpp
│   │   ├── base_resolver.hpp
│   │   ├── collection.hpp
│   │   ├── external
│   │   │   └── resolver.hpp
│   │   ├── external_resolvers_factory.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.14.14
│   ├── libfacter.so.3.14.14
│   └── ruby
│   └── facter.rb
└── share
└── man
└── man8
└── facter.8.gz
13 directories, 25 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment