#!/bin/bash # Copyright (C) 2011, 2013 Luke Shumaker if [ -n "$DISPLAY" ]; then exec x-www-browser "$@" else exec www-browser "$@" fi