view src/mkdocs @ 4777:279c255672ee

Added tag ss-2-1-54 for changeset adf8d68d7143
author jwe@segfault.lan
date Fri, 01 Feb 2008 20:55:43 -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
}'