We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bde4f2 commit 86fcda8Copy full SHA for 86fcda8
watch.sh
@@ -3,16 +3,11 @@ echo "Watching file tree for changed files. Running tests when it occurs"
3
pkill pdflatex
4
pkill latexmk
5
./clean_tex.sh
6
-makepdf() {
7
- cd src/
8
- ./compile.sh
9
- cd ../
10
-}
11
12
#zathura src/main.pdf &
13
14
inotifywait -rm --exclude "aux|bib~|tex~|toc|log|bbl|blg|fdb_latexmk|fls|glo|ist|out|pdf|swp|git\/" -e modify ./src | while read change; do
15
- makepdf
+ ./compile.sh
16
echo "change detected"
17
echo $change
18
done
0 commit comments