📝 Many changes...
This commit is contained in:
parent
5775262419
commit
452a644131
7 changed files with 213 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue