#!/bin/bash
while true ; do
    inotifywait -e modify immortal.tex
    #echo Running tex:
    make > /dev/null 2>&1 < /dev/null
done
