Skip to content

Commit

Permalink
fixed Shell example to work with dash
Browse files Browse the repository at this point in the history
  • Loading branch information
vog committed Jan 7, 2012
1 parent cdf5e35 commit f4e9262
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shell/example.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
echo '\documentclass{article}\begin{document}Hello world!\end{document}' >hello.tex
cat >hello.tex <<'EOF'
\documentclass{article}
\begin{document}
Hello world!
\end{document}
EOF

texcaller LaTeX PDF 5 <hello.tex >hello.pdf

0 comments on commit f4e9262

Please sign in to comment.