#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")"
python3 scrape.py
exec python3 server.py
