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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
nvu-extension-konqueror
/
mozilla-ext
blob
8d7578703db1e263f1c77acd3044749c54b8efa7
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
/
kde
/
bin
/
konqueror
$url