summaryrefslogtreecommitdiff
path: root/v-www-browser.sh
blob: bbf6ab51d73045dc00f354a9572e9d38728c6530 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@sbcglobal.net>

if [ -n "$DISPLAY" ]; then
	x-www-browser "$@"
else
	www-browser "$@"
fi