Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 2, 2020 09:43
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/4ff1671e27689ae84d339ac078d158ca to your computer and use it in GitHub Desktop.
Save r-ryantm/4ff1671e27689ae84d339ac078d158ca to your computer and use it in GitHub Desktop.
/nix/store/f19alf8kib2v8xg8hyl9vxs3ms5b1swb-i2c-tools-4.2
├── 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.1
│   └── libi2c.so.0.1.1
├── sbin -> bin
└── share
└── man
├── man1
│   ├── decode-dimms.1.gz
│   └── decode-vaio.1.gz
├── man3
│   └── libi2c.3.gz
└── man8
├── i2cdetect.8.gz
├── i2cdump.8.gz
├── i2cget.8.gz
├── i2cset.8.gz
├── i2c-stub-from-dump.8.gz
└── i2ctransfer.8.gz
8 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment