index
:
scripts
master
Misc scripts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
pdfautocompile
blob: d44ec3f06ba30bc5c6ec77b97a68007760da1c7b (
plain
)
1
2
#!/bin/sh
echo
"
$1
"
|
entr
pdflatex
"
$1
"
||
echo
"entr or LaTeX is not installed!"