#!/usr/bin/sh
# to be sourced

if [ -x /usr/bin/xmbind ] ; then
    /usr/bin/xmbind
fi

