#!/bin/bash
mkdir ./build &> /dev/null
meson . ./build --buildtype=release
ninja -C build && ninja -C build worker