#!/bin/bash
pdir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && cd .. && pwd )

python -m dms_collector $@


