#!/bin/bash echo "Bootstrapping..." g++ -std=c++17 -I. -Isrc -pthread src/*.cc cppbuild.cc -o cppbuild && \ echo "Done. Now run ./cppbuild to build."