index
:
dotfiles
annex/direct/build64-par/master
build64-par/master
git-annex
gluglugt60-par/master
hp-dv6426us-par/identica-mode-1.2
hp-dv6426us-par/master
lukeshu-dw-thinkpad/master
lukeshu.com/master
master
ppr-fc17/master
purdue-cs/master
synced/git-annex
synced/master
thinkpenguin-par/gnome-keyring-daemon
thinkpenguin-par/master
My configuration
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
v-www-browser
blob: 005b7a12df89ecc183b1f4f2d900a18f59dc4d54 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh if [ -n "$DISPLAY" ]; then x-www-browser $@ else www-browser $@ fi