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