💥 Removed -git option

This commit is contained in:
z3rOR0ne 2022-07-31 13:03:37 -07:00
parent 9bfd3cefe3
commit 07d3cb3da0

View file

@ -43,11 +43,6 @@ if [ ! -d $archivedir ] ; then
chmod 700 $archivedir # A little bit of privacy, please
fi
if [ -d .git ] ; then
git rm "$@"
exit 0
fi
for arg
do
newname="$archivedir/$(date "+%S.%M.%H.%m").$(basename "$arg")"