add seafile-ignore.txt to all git repo

This commit is contained in:
Luk Lu
2023-01-12 20:13:54 +08:00
parent 2021fba89e
commit b234cc5bbe
11 changed files with 31 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ FONPATH2=~/faronear.git
FONPATH3=~/faronear
FONPATH4=/mnt/d/faronear
echo "*** Testing [$FONPATH1] [$FONPATH2] [$FONPATH3] [$FONPATH4]"
echo "*** Testing [$1] [$FONPATH1] [$FONPATH2] [$FONPATH3] [$FONPATH4]"
if [ "$1" ]
then
FONPATH=$1
@@ -22,6 +22,8 @@ elif [ -d $FONPATH4 ]
then
FONPATH=$FONPATH4
else
echo "××× All testing path failed."
echo ""
echo "=== Enter [fonpath] or leave [blank] for default to '.'"
read -p ">>> " FONPATH
echo ""