mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-24 17:26:14 +01:00
3 lines
198 B
Bash
3 lines
198 B
Bash
#!/bin/sh
|
|
|
|
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --toc --highlight-style=haddock --number-sections title.txt Users-manual.md
|