This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Used for processing the mbox files found in: | |
| # https://diyhpl.us/~bryan/irc/bitcoin/bitcoin-dev/bitcoin-dev-ml-archive.2024-02-09-004.tar.gz | |
| # | |
| # Why? | |
| # | |
| # Linux Foundation has deprecated lists.linuxfoundation.org, and now we need a url rewriting map | |
| # for the pipermail archive to numbered email files. | |
| # |