adding bin files
This commit is contained in:
5
bin/md2pdf
Executable file
5
bin/md2pdf
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
MDFILE="$1"
|
||||
|
||||
[ -r $MDFILE -a -f $MDFILE ] && pandoc $MDFILE -t html -o ${MDFILE[@]/%md/pdf} || echo "what a freak"
|
Reference in New Issue
Block a user