#!/usr/bin/env sh while inotifywait -e modify . do latexmk -pdf 01paper.tex # ./make.sh done