From 881027b292944d38d9bb39b67ab95ad0abf6c59a Mon Sep 17 00:00:00 2001 From: Cutieguwu Date: Tue, 22 Jul 2025 21:39:04 -0400 Subject: [PATCH] Clean output of build script. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d6d4879..07740ad 100755 --- a/build.sh +++ b/build.sh @@ -29,7 +29,7 @@ do for html in "${files[@]}" do - echo -e " $cyan$html -> target/" + echo -e " $cyan$html" eval $python 'balloon.py' $html done @@ -54,7 +54,7 @@ do for item in "${files[@]}" do - echo -e "$cyan src/$item -> target/$item" + echo -e "$cyan src/$item" cp -R src/$item target/$item done