$ brew install wget
// 複数ページ
$ wget -r -np https://example.com/
$ wget -r -np -R "index.html?*" https://example.com/
// 単一ページ
$ wget -p https://example.com/
// 色々オプション
$ wget --mirror
           --page-requisites
           --quiet --show-progress
           --execute robots=off https://example.com/