Examples: ``` amp download --dest /dist amp download --rtv=1234567 ``` Approach: * fetch `https://cdn.ampproject.org/files.txt` * download all listed files into the target dir * option to auto-patch amp-geo: search for RegEx `/[a-zA-Z]{2} {26}/` and replace with string `{{AMP_ISO_COUNTRY_HOTPATCH}}`.