Skip to content

Commit 86fcda8

Browse files
committed
amend for build update
1 parent 7bde4f2 commit 86fcda8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

watch.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@ echo "Watching file tree for changed files. Running tests when it occurs"
33
pkill pdflatex
44
pkill latexmk
55
./clean_tex.sh
6-
makepdf() {
7-
cd src/
8-
./compile.sh
9-
cd ../
10-
}
116

127
#zathura src/main.pdf &
138

149
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
10+
./compile.sh
1611
echo "change detected"
1712
echo $change
1813
done

0 commit comments

Comments
 (0)