Skip to content

Commit

Permalink
Don't open PDF files after generation
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Mar 17, 2014
1 parent a847f9e commit 6de31f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generate-pdfs.sh
Expand Up @@ -23,8 +23,6 @@ do

for rmfile in "$base".{aux,log,out,tex,tmp.lyx}; do [[ -s "$rmfile" ]] && rm "$rmfile"; done;

open "$base.pdf"

cd - > /dev/null
done

Expand Down

0 comments on commit 6de31f2

Please sign in to comment.