diff --git a/wait_and_make.sh b/wait_and_make.sh new file mode 100755 index 0000000..a610add --- /dev/null +++ b/wait_and_make.sh @@ -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