#!/bin/sh
export PYTHONPATH=$PYTHONPATH:/p4/common/bin/cbd/scripts/pydev
export CBD_LOG=cbd.dev.log
python3 $CBD_HOME/scripts/wssync.dev.py $*
