mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-03-31 20:49:36 +02:00
8 lines
143 B
Bash
Executable File
8 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname $0)
|
|
cd ..
|
|
cd src/mapmap
|
|
set -o verbose
|
|
# Convert markdown file to html
|
|
markdown NEWS > docs/informations/CHANGELOG.html
|