mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-10-15 00:07:03 +03:00
4 lines
221 B
Bash
Executable File
4 lines
221 B
Bash
Executable File
#!/bin/sh
|
|
|
|
pandoc -f markdown -o Users-manual.pdf --smart --normalize --tab-stop=4 --standalone --template=template.latex --variable version=1.0 --toc --highlight-style=haddock --number-sections title.txt Users-manual.md
|