#!/bin/bash

CONFIG=$1

python -m dhq_client -c $CONFIG
