#!/bin/sh

if [ -x /usr/bin/tpb ] ; then
    /usr/bin/tpb -d
fi
