#!/bin/bash

if [ "$PATH_POWERMAND" = "" ]; then
    PATH_POWERMAND=../src/powermand
fi
$PATH_POWERMAND -f -c t46.conf -s
