#!/bin/sh
git submodule init && git submodule update
sh proto_gen.sh
mkdir build data
cd build && cmake .. -G Ninja