#!/usr/bin/env bash set -e # Configures CMake cmake -S . -B build # Compiles the program cmake --build build # Runs the program ./build/panic