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: ede59acb62b8423dc50275b6b25ef03e8a2fee21 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh if [ -n "$DISPLAY" ]; then x-www-browser "$@" else www-browser "$@" fi