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