This commit is contained in:
2024-09-03 09:15:53 +02:00
parent e9b0c9e029
commit 470a981bdd
3 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
find . | entr pdflatex self.tex &
find self.pdf | entr -r xdg-open self.pdf &