#!/usr/bin/env sh if [ ! -d build ] then mkdir build cmake -S . -B build fi cd build cmake --build . --target clang-format