#!/bin/sed -f
/#HPBEGIN/!b
:a
/#HPEND/!{
        N
        ba
}
d
