File: update-readme.sh

package info (click to toggle)
libnginx-mod-http-memc 0.20-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 424 kB
  • sloc: ansic: 2,905; perl: 120; sh: 115; makefile: 9
file content (6 lines) | stat: -rwxr-xr-x 159 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash

perl util/wiki2pod.pl doc/readme.wiki > /tmp/a.pod \
    && pod2text /tmp/a.pod > README \
    && perl -i -pe 's{(https?://.*?)>}{$1 >}g' README