Add indicators to what is being measures.
This commit is contained in:
parent
4aa3f7cf0c
commit
91a6a931c3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user