# ogp-fetch ## Dev URL in `$1` Args ```bash go build -o ogp-fetch ./ogp-fetch https://soulminingrig.com/ ``` or ```bash cat urls | while read -r url ; do ./ogp-fetch $url ; done ```