Fixed zip command

This commit is contained in:
mark 2023-10-10 22:11:31 -07:00
parent 0fb5c3a118
commit 2af36f942f

View File

@ -49,7 +49,5 @@ for d in ./Intermediate/*/ ; do
build "${doc_dir}/main.tex" build "${doc_dir}/main.tex"
done done
ls cd "${target}"
pwd zip -FSr ../output.zip .
zip -FSrj output.zip "${target}"