#!/bin/sh echo "$1" | entr pdflatex "$1" || echo "entr or LaTeX is not installed!"