linker.sh

This commit is contained in:
2025-04-15 18:24:35 +08:00
parent d2c952a145
commit 8eca27e209
3 changed files with 37 additions and 3 deletions

View File

@@ -87,5 +87,6 @@ find "$target_dir" -type d | awk -F/ '{print NF, $0}' | sort -n | cut -d' ' -f2-
mv -v "$dir" "$parent_path/$newdirname"
fi
done
echo "处理完成!"