Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 30, 2020 12:13
Show Gist options
  • Save r-ryantm/48dd991baf8365320acf1c24316e8434 to your computer and use it in GitHub Desktop.
Save r-ryantm/48dd991baf8365320acf1c24316e8434 to your computer and use it in GitHub Desktop.
/nix/store/qwc3qqzsrxwyc8nqslx0zhjdrfvk4inq-python2.7-cgroup-utils-0.8
├── bin
│   └── cgutil
├── lib
│   └── python2.7
│   └── site-packages
│   ├── cgroup_utils-0.8.dist-info
│   │   ├── COPYING
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── cgutils
│   ├── cgroup.py
│   ├── cgroup.pyc
│   ├── command.py
│   ├── command.pyc
│   ├── commands
│   │   ├── configs.py
│   │   ├── configs.pyc
│   │   ├── event.py
│   │   ├── event.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mkdir.py
│   │   ├── mkdir.pyc
│   │   ├── pgrep.py
│   │   ├── pgrep.pyc
│   │   ├── rmdir.py
│   │   ├── rmdir.pyc
│   │   ├── stats.py
│   │   ├── stats.pyc
│   │   ├── top.py
│   │   ├── top.pyc
│   │   ├── tree.py
│   │   └── tree.pyc
│   ├── fileops.py
│   ├── fileops.pyc
│   ├── formatter.py
│   ├── formatter.pyc
│   ├── host.py
│   ├── host.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── linux.so
│   ├── process.py
│   ├── process.pyc
│   ├── version.py
│   └── version.pyc
└── nix-support
└── propagated-build-inputs
8 directories, 43 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment