repo.or.cz
/
cl-gtk2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup
[cl-gtk2.git]
/
doc
/
fix-tex-references-1.sh
blob
a2e33363a39345ac8e58d0b602ffc005c7c22a3b
1
#!/bin/sh
2
file
=
"
$1
"
3
(
egrep
'<meta http-equiv="refresh"'
-q
<
"
$file
"
) &&
\
4
sed
-e
's/%/_00/g'
-i
"
$file
"
5
true