💥 Removed -git option
This commit is contained in:
parent
9bfd3cefe3
commit
07d3cb3da0
1 changed files with 0 additions and 5 deletions
|
|
@ -43,11 +43,6 @@ if [ ! -d $archivedir ] ; then
|
||||||
chmod 700 $archivedir # A little bit of privacy, please
|
chmod 700 $archivedir # A little bit of privacy, please
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d .git ] ; then
|
|
||||||
git rm "$@"
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
for arg
|
for arg
|
||||||
do
|
do
|
||||||
newname="$archivedir/$(date "+%S.%M.%H.%m").$(basename "$arg")"
|
newname="$archivedir/$(date "+%S.%M.%H.%m").$(basename "$arg")"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue