From 91a6a931c32973cee2ad077782e052d7570f1977 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 6 Mar 2024 17:59:49 -0700 Subject: [PATCH] Add indicators to what is being measures. --- convert.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/convert.sh b/convert.sh index 3519d77..215d3aa 100755 --- a/convert.sh +++ b/convert.sh @@ -7,6 +7,7 @@ date ebook="HyperlingsHealthProtocol.pdf" if [[ -e $ebook ]]; then + echo -n "Old: " du -h $ebook rm -v $ebook fi @@ -18,6 +19,7 @@ status=$? echo "Completed with status '$status'." +echo -n "New: " du -h $ebook date