Add wait_and_make.sh

This commit is contained in:
2020-03-27 14:49:41 -07:00
parent 5b61af599d
commit ea206fcffb

8
wait_and_make.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
#
# watch all files and rebuild the pdf on any changes
# NOTE we'll need some ubuntu packages installed:
# apt install texlive-pictures texlive-fonts-recommended texlive-extra-utils texlive-xetex entr ripgrep
rg -l . | entr texliveonfly -c xelatex alx/resume.tex