repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-1.3.25
[lilypond.git]
/
bin
/
add-URLs.in
blob
a32e6f964b5cef3dd1e04bd665b5c819bb4a336c
1
#!/bin/sh
2
3
# add URLs for broken perl 5.004
4
5
perl
-i
~
-pe
's! ([a-z]+://[^
\t
]+)! <a href=
$1
>
$1
</a>!g'
$
*