Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 7, 2018 10:15
Show Gist options
  • Save ryantm/bed64b3bf49236cbbfafddbb1f63c00a to your computer and use it in GitHub Desktop.
Save ryantm/bed64b3bf49236cbbfafddbb1f63c00a to your computer and use it in GitHub Desktop.
/nix/store/pk9y5j3rn2kh3jyh6shf16x7fwif5j8b-hiawatha-10.8.1
├── bin
│   ├── cgi-wrapper
│   ├── hiawatha
│   ├── ssi-cgi
│   └── wigwam
├── etc
│   └── hiawatha
│   ├── cgi-wrapper.conf
│   ├── error.xslt
│   ├── hiawatha.conf
│   ├── index.xslt
│   └── mimetype.conf
├── lib
│   └── hiawatha
│   ├── libmbedcrypto.so -> libmbedcrypto.so.1
│   ├── libmbedcrypto.so.1 -> libmbedcrypto.so.2.8.0
│   ├── libmbedcrypto.so.2.8.0
│   ├── libmbedtls.so -> libmbedtls.so.10
│   ├── libmbedtls.so.10 -> libmbedtls.so.2.8.0
│   ├── libmbedtls.so.2.8.0
│   ├── libmbedx509.so -> libmbedx509.so.0
│   ├── libmbedx509.so.0 -> libmbedx509.so.2.8.0
│   └── libmbedx509.so.2.8.0
├── nix
│   └── store
│   └── pk9y5j3rn2kh3jyh6shf16x7fwif5j8b-hiawatha-10.8.1
├── sbin -> bin
└── share
└── man
└── man1
├── cgi-wrapper.1.gz
├── hiawatha.1.gz
├── ssi-cgi.1.gz
└── wigwam.1.gz
12 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment