#!/bin/bash

set -euo pipefail

cd "$(dirname "$0")"/..

./scripts/get-snapshot > expected/chapter_1_main.html
