START_TPB=false

TPB=/usr/bin/tpb

if [ -x $TPB -a "$START_TPB" == "true" ]; then
  $TPB -d
fi
