#!/bin/sh
if [ -e ~/.mbstart ]
then
exec ~/.mbstart
fi
mbdesktop &
mbdock  --orientation south &
exec matchbox $@
