#!/usr/bin/env bash # script/setup: Setup script used by DevContainers to prepare the project set -e cd "$(dirname "$0")/.." scripts/bootstrap echo "==> Project is now ready to go!"