Add indicators to what is being measures.

This commit is contained in:
Hyperling 2024-03-06 17:59:49 -07:00
parent 4aa3f7cf0c
commit 91a6a931c3

View File

@ -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