Files
mapmap/scripts/update-changelog.sh
2017-04-16 20:50:36 -04:00

7 lines
137 B
Bash
Executable File

#!/bin/sh
cd $(dirname $0)
cd src/mapmap
set -o verbose
# Convert markdown file to html
markdown NEWS > docs/informations/CHANGELOG.html