make bak more verbose
This commit is contained in:
parent
a7494deec8
commit
4f1229d246
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue