Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 28, 2018 14:48
Show Gist options
  • Save ryantm/f7f2e9775c3cd7188e8466f33d703e81 to your computer and use it in GitHub Desktop.
Save ryantm/f7f2e9775c3cd7188e8466f33d703e81 to your computer and use it in GitHub Desktop.
/nix/store/azfbahp02g1xs110kvk4j281biimil8d-facter-3.11.0
├── 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.11.0
│   ├── libfacter.so.3.11.0
│   └── 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