mirror of https://github.com/CGAL/cgal
7 lines
292 B
Bash
Executable File
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
|