#!/bin/bash if [ -n "$DISPLAY" ]; then x-www-browser "$@" else www-browser "$@" fi