repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 14 00:11:12 UTC 2012
[aur-mirror.git]
/
nvu-extension-epiphany
/
mozilla-ext
blob
0c28118cb6cf9c7c98790344747fd6ff14bf3ef9
1
#!/bin/sh
2
3
# get URL to load
4
url
=
$1
; [
-z
$url
] &&
url
=
about
:
blank
5
6
# launch the browser
7
exec
/
opt
/
gnome
/
bin
/
epiphany
$url