#!/bin/sh

export RUN_DIR="/tmp/tmp.4y3mPdtiZB-tmpdir"
./target/release/histdb-rs server -c "${RUN_DIR}/cache" -d "${RUN_DIR}/datadir" -s "${RUN_DIR}/socket"
