#!/bin/sh

if [ -x `which midori` ]; then
	export BROWSER=midori
fi

