#!/usr/bin/env bash set -eu for fromto in \ 'CONTRIBUTING.md https://github.com/cirosantilli/china-dictatorship/blob/master/CONTRIBUTING.md' \ 'censorship.md https://github.com/cirosantilli/china-dictatorship/blob/master/censorship.md' \ 'communities-that-censor-politics.md https://github.com/cirosantilli/china-dictatorship/blob/master/communities-that-censor-politics.md' \ 'dissidents.md https://github.com/cirosantilli/china-dictatorship/blob/master/dissidents.md' \ 'flg-organ-harvesting= flg-organ-harvesting' \ 'funded- funded-by-cia' \ 'high-mountain-and-running-river https://ourbigbook.com/cirosantilli/high-mountain-and-flowing-water' \ 'images https://github.com/cirosantilli/china-dictatorship-media' \ 'media.md https://github.com/cirosantilli/china-dictatorship/blob/master/media.md' \ 'overlook-human-rights-for-profitac overlook-human-rights-for-profit' \ 'policies.md https://github.com/cirosantilli/china-dictatorship/blob/master/policies.md' \ 'schinese-characters-are-insane chinese-characters-are-insane' \ 'stack-overflow-profile.md https://github.com/cirosantilli/china-dictatorship/blob/master/stack-overflow-profile.md' \ 'stack-overflow.md stack-overflow' \ 'white-snow-in-sunny-spring https://ourbigbook.com/cirosantilli/white-snow-in-sunny-spring' \ do from="${fromto%% *}" to="${fromto#* }" cat < "out/multipage/$from.html" Redirecting...

Redirecting...

Click here if you are not redirected. EOF done