Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 6, 2020 09:31
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/1adc91678d2d42de5002fbc3830b919a to your computer and use it in GitHub Desktop.
Save r-ryantm/1adc91678d2d42de5002fbc3830b919a to your computer and use it in GitHub Desktop.
/nix/store/gfvvj13iwjbr7qnzmvy2ramxwfqx0qc3-libbytesize-2.2
├── bin
│   └── bscalc
├── lib
│   ├── libbytesize.la
│   ├── libbytesize.so -> libbytesize.so.1.0.0
│   ├── libbytesize.so.1 -> libbytesize.so.1.0.0
│   ├── libbytesize.so.1.0.0
│   └── python3.7
│   └── site-packages
│   └── bytesize
│   ├── bytesize.py
│   └── __init__.py
└── share
└── man
└── man1
└── bscalc.1.gz
8 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment