mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-18 13:39:28 +02:00
5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
set -o verbose
|
|
# Convert markdown file to html
|
|
markdown NEWS > docs/informations/CHANGELOG.html
|