Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 02:29
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/b2e86931e5f303da79112ad9c40d62c2 to your computer and use it in GitHub Desktop.
Save ryantm/b2e86931e5f303da79112ad9c40d62c2 to your computer and use it in GitHub Desktop.
/nix/store/5kqv3yz8k4j4cmacln6mhn0f2w76jrb9-potrace-1.16
├── bin
│   ├── mkbitmap
│   └── potrace
├── include
│   └── potracelib.h
├── lib
│   ├── libpotrace.la
│   ├── libpotrace.so -> libpotrace.so.0.0.6
│   ├── libpotrace.so.0 -> libpotrace.so.0.0.6
│   └── libpotrace.so.0.0.6
└── share
├── doc
│   └── potrace
│   └── placement.pdf
└── man
└── man1
├── mkbitmap.1.gz
└── potrace.1.gz
8 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment