software/hoardy-web/./update-docs.sh

Passively capture, archive, and hoard your web browsing history, including the contents of the pages you visit, for later offline viewing, replay, mirroring, data scraping, and/or indexing. Your own personal private Wayback Machine that can also archive HTTP POST requests and responses, as well as most other HTTP-level data.

Files

Raw Source

Contents

#!/bin/sh -e

./update-changelog.sh
./update-readme.sh
(cd extension; ./update-readme.sh)
(cd tool; ./update-readme.sh)
(cd simple_server; ./update-readme.sh)