#!/bin/bash mkdir -p build cd build cmake .. make -j8 || exit 1 cd .. ./build/server