cgal/Installation/update_CHANGES

7 lines
292 B
Bash
Executable File

#!/bin/sh
if html2text -rcfile html2textrc changes.html > CHANGES; then
sed -i -e '0,/===============================================================================/ d' CHANGES
sed -i -e '0,/===============================================================================/ d' CHANGES
fi