scripts/recompile-at-filechange.sh
2024-09-03 09:15:53 +02:00

3 lines
78 B
Bash

find . | entr pdflatex self.tex &
find self.pdf | entr -r xdg-open self.pdf &