Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 17, 2019 15:16
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/b2c12cb4ab44bf29f97b3664a554f1da to your computer and use it in GitHub Desktop.
Save ryantm/b2c12cb4ab44bf29f97b3664a554f1da to your computer and use it in GitHub Desktop.
/nix/store/y90z1nn9dj8a1sikl21y9323v15griq1-pstoedit-3.74
├── bin
│   └── pstoedit
├── lib
│   ├── libpstoedit.la
│   ├── libpstoedit.so -> libpstoedit.so.0.0.0
│   ├── libpstoedit.so.0 -> libpstoedit.so.0.0.0
│   ├── libpstoedit.so.0.0.0
│   └── pstoedit
│   ├── libp2edrvlplot.la
│   ├── libp2edrvlplot.so -> libp2edrvlplot.so.0.0.0
│   ├── libp2edrvlplot.so.0 -> libp2edrvlplot.so.0.0.0
│   ├── libp2edrvlplot.so.0.0.0
│   ├── libp2edrvmagick++.la
│   ├── libp2edrvmagick++.so -> libp2edrvmagick++.so.0.0.0
│   ├── libp2edrvmagick++.so.0 -> libp2edrvmagick++.so.0.0.0
│   ├── libp2edrvmagick++.so.0.0.0
│   ├── libp2edrvstd.la
│   ├── libp2edrvstd.so -> libp2edrvstd.so.0.0.0
│   ├── libp2edrvstd.so.0 -> libp2edrvstd.so.0.0.0
│   └── libp2edrvstd.so.0.0.0
└── share
├── doc
│   └── pstoedit
│   ├── changelog.htm
│   ├── pstoedit.htm
│   ├── pstoedit.pdf
│   └── readme.txt
├── man
│   └── man1
│   └── pstoedit.1.gz
└── pstoedit
├── drvhpgl.pencolors
├── examplefigmap.fmp
├── latex2e.fmp
├── mpost.fmp
├── safer.ps
├── svg.fmp
├── swffonts
│   └── default.fdb
├── unix.fmp
├── wemf.fmp
└── windows.fmp
10 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment