1 2 3 4 5 6 7 8 9 10
#!/usr/bin/env bash pushd fmt >/dev/null mkdir build cd build cmake .. cmake --build . popd >/dev/null