#!/bin/bash set -e rm -rf build mkdir build && cd build cmake .. make cd .. ./build/flowy_admin cp ./build/compile_commands.json ./