#!/bin/bash

src_path="$(dirname $0)/src"

python ${src_path}/pyP2SerialMon.py $*
