mirror of https://github.com/Icinga/icinga2.git
3 lines
53 B
Bash
3 lines
53 B
Bash
|
#!/bin/sh
|
||
|
pandoc -f markdown_mmd *.md -o icinga2.pdf
|