#!/bin/bash

pyplc_path=`python -c "import imp;print(imp.find_module('PyPLC')[1])"`
# TODO: is mandatory to be in the module path 
cd $pyplc_path
python PyPLC.py $1 $2
