index
:
dotfiles
master
Public dotfiles
David Phillips
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
local
/
bin
/
www-open
blob: 2f218bef963f39c15acd6b19047c6403d025f393 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh read -r url if [ ! -z "$url" ]; then firefox "$url" fi