#!/bin/bash exec 1>&2 # paths to check and re-format sources="src unittests" formatter="clang-format -i" version=$($formatter --version | grep -o '[0-9\.]*') if [[ "16.0.0" > "$version" ]]; then cat <