#!/usr/bin/env bash
set -euo pipefail
rm -fr out
echo "Building..."
./build
echo ""
source .env
echo "Starting..."
./out