Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 01:41
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/06b191e861a22675f80f46534050f8d4 to your computer and use it in GitHub Desktop.
Save ryantm/06b191e861a22675f80f46534050f8d4 to your computer and use it in GitHub Desktop.
/nix/store/cvhs1qjvs23xhbkbhqcchhq9613vl3q0-pmdk-1.6.1
├── bin
│   ├── daxio
│   ├── pmempool
│   └── pmreorder
├── etc
│   └── bash_completion.d
│   └── pmempool
└── share
└── pmreorder
├── binaryoutputhandler.py
├── consistencycheckwrap.py
├── loggingfacility.py
├── markerparser.py
├── memoryoperations.py
├── operationfactory.py
├── opscontext.py
├── pmreorder.py
├── reorderengines.py
├── reorderexceptions.py
├── statemachine.py
└── utils.py
5 directories, 16 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment