#!/bin/sh if [ ! -d "bin" ]; then cmake -S . -B bin fi cmake --build bin --clean-first