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