|
Revision 1577, 307 bytes
(checked in by duncan, 8 months ago)
|
|
Updated for changes to wiki formatting
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | #!/bin/bash |
|---|
| 2 | |
|---|
| 3 | file=${1:?No file specified} |
|---|
| 4 | |
|---|
| 5 | sed -e 's/B#\([0-9][0-9]*\)/[[http:\/\/sourceforge.net\/tracker\/index.php?func=detail\&group_id=46652\&atid=446895\&aid=\1|&]]/g' -e 's/F#\([0-9][0-9]*\)/[[http:\/\/sourceforge.net\/tracker\/index.php?func=detail\&group_id=46652\&atid=446898\&aid=\1|&]]/g' $file |
|---|