#!/bin/sh
if [ -x ~/obde-start.rc ] ; then
	~/obde-start.rc;
else
	source /usr/share/openbox-extras/obde-start.example;
fi


