Project

General

Profile

« Previous | Next » 

Revision 11949

added bin/boldify, which makes Redmine links bold

View differences:

bin/boldify
1
#!/bin/bash -e
2
# makes Redmine links bold
3
# usage: self <in >out
4
. "$(dirname "${BASH_SOURCE[0]}")"/../lib/sh/util.sh
5

  
6
clog++ sed -e 's/\[\[[^\]]*\]\]/*&*/g' -e 's/(")([^"]*)(":)/\1*\2*\3/g'
0 7

  

Also available in: Unified diff