#!/bin/sh

# This script downloads Greg Wilson's excellent
# "How to Not Be Wrong About AI" for local
# reference.

curl -o index.html https://third-bit.com/notwrong/
mkdir intro ; curl -o intro/index.html https://third-bit.com/notwrong/intro/
mkdir productivity ; curl -o productivity/index.html https://third-bit.com/notwrong/productivity/
mkdir wrong ; curl -o wrong/index.html https://third-bit.com/notwrong/wrong/
mkdir qualitative ; curl -o qualitative/index.html https://third-bit.com/notwrong/qualitative/
mkdir quantitative ; curl -o quantitative/index.html https://third-bit.com/notwrong/quantitative/
mkdir observsational ; curl -o observsational/index.html https://third-bit.com/notwrong/observsational/
mkdir critical ; curl -o critical/index.html https://third-bit.com/notwrong/critical/
mkdir running ; curl -o running/index.html https://third-bit.com/notwrong/running/
mkdir finale ; curl -o finale/index.html https://third-bit.com/notwrong/finale/
