index
:
thingutils
master
Miscellaneous utilities that I've written
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
v-www-browser.sh
blob: e5ea48194a38c054e1076dc3ae3b2bf9ef1e2b67 (
plain
)
1
2
3
4
5
6
7
#!/bin/bash if [ -n "$DISPLAY" ]; then x-www-browser "$@" else www-browser "$@" fi