#!/bin/sh
exec 2>&1
[ -r conf ] && . ./conf
exec bird_exporter ${OPTS:=-bird.v2 -format.new}
