#!/usr/bin/env bash set -eu rm -rf build mkdir build cd build cmake .. cd ..