2 lines
75 B
Bash
Executable file
2 lines
75 B
Bash
Executable file
#!/bin/bash
|
|
pandoc -V geometry:margin=1in -t latex -o README.pdf README.md
|