Fix newline in compile.sh
All checks were successful
/ Build Container (push) Successful in 15m6s

This commit is contained in:
2025-09-22 12:05:13 +05:30
parent 81ab167f04
commit d694c42e60

View File

@@ -2,6 +2,7 @@
# Adapted from github.com/gkilleen33/overleaf-offline under the MIT license # Adapted from github.com/gkilleen33/overleaf-offline under the MIT license
echo ===================================
mkdir -p pdf mkdir -p pdf
# if test -f "pdf/output.aux"; then # if test -f "pdf/output.aux"; then
@@ -29,4 +30,5 @@ latexmk -pdf -jobname=pdf/output $1 -f -quiet
cp pdf/output.pdf . cp pdf/output.pdf .
echo =================================== echo ===================================
echo "Done compiling.\n" echo "Done compiling."
echo