repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
shell
/
source
/
unix
/
misc
/
gnome-open-url.sh
blob
1a52fc763783f2e89156a2fb3ab6d334285535a3
1
#!/bin/sh
2
3
# use gnome-open utility coming with libgnome if available
4
gnome-open
"
$1
"
2
>/
dev
/
null ||
"
$0
.bin"
$1
5
6
exit
0