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