if [ "$PLB_SYSTEM" != "" ]
  then
    plb $PLB_SYSTEM/chain.plc $*
  else
    plb chain.plc $*
fi

