mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 21:19:39 +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
|