diff --git a/startup.sh b/startup.sh index 469eab8..bb6fa2b 100644 --- a/startup.sh +++ b/startup.sh @@ -26,4 +26,6 @@ fi echo Starting AutoLTX... sleep 3 cd /app/project || exit 2 + +# Main loop find ./* -name "*.tex" | entr -n sh -c "./compile.sh $1"