This commit is contained in:
Luk Lu
2024-01-03 22:16:14 +08:00
parent 31df0bd240
commit 08ad3d0bac
3 changed files with 37 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ echo "To find in which path? Enter [start path] or [leave blank] for the current
read -p ">>> " FIND_FOLDER
if [ ! "$FIND_FOLDER" ]
then
FIND_FOLDER="."
FIND_FOLDER=`pwd`
fi
read -p "mindepth >>> " MINDEPTH