From b989082739c317f896d054d43b615b83e6ac0502 Mon Sep 17 00:00:00 2001 From: Joshua Liu Date: Sat, 13 Sep 2025 17:07:46 -0400 Subject: feat: modified the script to actually correctly modify the tex templates --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 819d7e0..befdf70 100755 --- a/deploy.sh +++ b/deploy.sh @@ -39,6 +39,6 @@ templates=`ls | grep .tex` for file in 'seq $templates' do - cat test | sed -r "s/^### Insert graphicspath command here ###/\\\graphicspath {$path}/" > file + sed -r "s/^### Insert graphicspath command here ###/\\\graphicspath {$path}/" -i $file done -- cgit v1.2.3