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

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