#!/bin/sh
exec 2>&1
[ -r ./conf ] && . ./conf

exec matterbridge -conf "${MATTERBRIDGE_CONFIG:-/etc/matterbridge.toml}"
