improve gitignore and seafile-ignore

This commit is contained in:
Luk
2024-04-24 14:16:11 +08:00
parent e1683a2d0a
commit 2bc8b3c57e
3 changed files with 5 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ echo "***************************************"
echo "find \$FOLDER -mindepth \$MINDEPTH -maxdepth \$MAXDEPTH -type d_f_l -name \"\$PATTERN\" | while read item; do echo \"\$item\"; done"
echo "***************************************"
echo "To find in which path? Enter [root path] or [leave blank] for the current path:"
echo "To find in which path? Enter [root path] or [leave blank] for the current path [[`pwd`]]:"
read -p ">>> " FIND_FOLDER
if [ ! "$FIND_FOLDER" ]
then