From 81ab167f045b70219d0dd0082b2cfcee93d5b80c Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sun, 21 Sep 2025 08:12:41 +0530 Subject: [PATCH] small change to test CD --- startup.sh | 2 ++ 1 file changed, 2 insertions(+) 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"