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