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