make bak more verbose

This commit is contained in:
Daylin Morgan 2025-02-03 06:55:36 -06:00
parent a7494deec8
commit 4f1229d246
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -8,5 +8,5 @@ for f in "$@"; do
echo "file not found: $f" >&2
continue
fi
cp -R "$f" "$f".$now.bak
cp -Rv "$f" "$f".$now.bak
done