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

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