#!/bin/bash

hostname="$DC_HOST"

if [ -z "$hostname" ]; then
	hostname="`hostname -f`"
fi

exec sensible-browser http://$hostname/dc/

