📝 Many changes...

This commit is contained in:
z3rOR0ne 2022-07-21 13:40:33 -07:00
parent 5775262419
commit 452a644131
7 changed files with 213 additions and 14 deletions

View file

@ -44,11 +44,6 @@ if [ ! -d $archivedir ] ; then
fi
if [ -d .git ] ; then
for arg
do
newname="$archivedir/$(date "+%S.%M.%H.%m").$(basename "$arg")"
$copy "$arg" "$newname"
done
git rm "$@"
exit 0
fi