Change filename, add a du beforehand to see filesize differences.

This commit is contained in:
Hyperling 2024-03-06 17:32:04 -07:00
parent 4f54c40d66
commit b48d25e300

View File

@ -4,9 +4,10 @@
date date
ebook="HyperlingHealthProtocol.pdf" ebook="HyperlingsHealthProtocol.pdf"
if [[ -e $ebook ]]; then if [[ -e $ebook ]]; then
du -h $ebook
rm -v $ebook rm -v $ebook
fi fi