mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-01 13:09:36 +02:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
set -o verbose
|
|
# Convert markdown file to html
|
|
markdown docs/informations/osc.md > docs/informations/osc.html
|