#!/bin/sh

FOXCLIENT_PROFILE="${FOXCLIENT_PROFILE:-/usr/share/foxclient-default-profile}"

exec minimon.py "$FOXCLIENT_PROFILE/minimon.d/"*
