Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 2, 2019 13:00
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/0afc1d6f41bed6194ffa3c32cb28116a to your computer and use it in GitHub Desktop.
Save ryantm/0afc1d6f41bed6194ffa3c32cb28116a to your computer and use it in GitHub Desktop.
/nix/store/8qfvq62a3v070l4q11acvwmlj4nmm67a-hiawatha-10.9
├── bin
│   ├── cgi-wrapper
│   ├── hiawatha
│   ├── lefh
│   ├── ssi-cgi
│   └── wigwam
├── etc
│   └── hiawatha
│   ├── cgi-wrapper.conf
│   ├── error.xslt
│   ├── hiawatha.conf
│   ├── index.xslt
│   └── mimetype.conf
├── lib
│   └── hiawatha
│   └── letsencrypt
│   ├── acmev2.php
│   ├── config.php
│   ├── hiawatha_config.php
│   ├── http.php
│   ├── https.php
│   ├── letsencrypt.conf
│   ├── letsencrypt.php
│   ├── logfile.php
│   ├── openssl.conf
│   └── rsa.php
├── sbin -> bin
├── share
│   └── man
│   └── man1
│   ├── cgi-wrapper.1.gz
│   ├── hiawatha.1.gz
│   ├── lefh.1.gz
│   ├── ssi-cgi.1.gz
│   └── wigwam.1.gz
└── var
├── lib
│   └── hiawatha
├── log
│   └── hiawatha
├── run
└── www
└── hiawatha
└── index.html
18 directories, 26 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment