Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 30, 2018 00:43
Show Gist options
  • Save ryantm/7e7d303f66bb0a865a35ab286258a07e to your computer and use it in GitHub Desktop.
Save ryantm/7e7d303f66bb0a865a35ab286258a07e to your computer and use it in GitHub Desktop.
/nix/store/01psgfkqwlff69addbhp08xi5z2p3y7w-i2c-tools-4.0
├── bin
│   ├── ddcmon
│   ├── decode-dimms
│   ├── decode-edid
│   ├── decode-vaio
│   ├── i2cdetect
│   ├── i2cdump
│   ├── i2cget
│   ├── i2cset
│   ├── i2c-stub-from-dump
│   └── i2ctransfer
├── lib
│   ├── libi2c.a
│   ├── libi2c.so -> libi2c.so.0
│   ├── libi2c.so.0 -> libi2c.so.0.1.0
│   └── libi2c.so.0.1.0
├── sbin -> bin
└── share
└── man
├── man1
│   ├── decode-dimms.1.gz
│   └── decode-vaio.1.gz
└── man8
├── i2cdetect.8.gz
├── i2cdump.8.gz
├── i2cget.8.gz
├── i2cset.8.gz
├── i2c-stub-from-dump.8.gz
└── i2ctransfer.8.gz
7 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment