#!/bin/sh
cutline=`grep -n "### Begin Citation ###" $1 | cut -f1 -d:`
awk '{if (NR>'$cutline') print}' $1
