Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Fachrat Informatik
pter
Commits
58090615
Commit
58090615
authored
Sep 15, 2015
by
Gerion Entrup
Browse files
use only posixshell for makepdf.sh (bash not necessary)
parent
1aa09704
Changes
1
Hide whitespace changes
Inline
Side-by-side
markdown/makepdf.sh
View file @
58090615
#!/bin/
ba
sh
#!/bin/sh
if
[
$#
-lt
1
]
;
then
echo
"USAGE: ./makepdf.sh protokoll.md"
exit
1
fi
pandoc
$1
--template
=
"pandoc.finf.latex"
-o
${
1
/md
}
pdf
\ No newline at end of file
pandoc
$1
--template
=
"pandoc.finf.latex"
-o
${
1
/md
}
pdf
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment