#!/bin/bash

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