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
Update ooo320-m1
[ooovba.git]
/
desktop
/
scripts
/
mozwrapper.sh
blob
89b6415358beaba29ae73e022814a87bc918be5b
1
#!/bin/sh
2
3
# if mozilla is not found, specify full path here
4
MOZILLA
=
mozilla
5
6
if
${MOZILLA}
-remote
"openURL(
$1
,new-window)"
2
>&
1
|
egrep
-si
"not running on display"
;
then
7
${MOZILLA} $1
8
fi