view src/mkdocs @ 5211:31aa4b19250d

Added tag ss-2-9-0 for changeset 996a08a3eb06
author jwe@segfault.lan
date Fri, 01 Feb 2008 21:24:44 -0500
parents 02fcb550f20c
children c1b66b74937d
line wrap: on
line source

#!/bin/sh

SED=${SED:-'sed'}

$SED -n -e '/^BEGIN_DOC_STRING/{
  : loop
  N
  /END_DOC_STRING/b done
  b loop
  : done
  s/BEGIN_DOC_STRING//
  s/END_DOC_STRING//
  p
}'