Files
25-bday-qt/build.sh
Bel LaPointe 2dec3f6157 stubby
2025-10-05 08:15:38 -06:00

15 lines
249 B
Bash

#! /usr/bin/env bash
cd "$(dirname "$(realpath "$BASH_SOURCE")")"
if ! which mdbook; then
cargo install mdbook
fi
if ! test -d ./rulebook; then
mdbook init rulebook --title Diagonalerheart --ignore=git
fi
cd ./rulebook
mdbook serve --open