From ea206fcffb85b9043b8cf8f95c7e5d5c0774191a Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Fri, 27 Mar 2020 14:49:41 -0700 Subject: [PATCH] Add wait_and_make.sh --- wait_and_make.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 wait_and_make.sh 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