#!/usr/bin/env bash

if command -v mangohud >/dev/null 2>&1; then
    mangohud ./b3dv run
else
    ./b3dv run
fi
