This commit is contained in:
YAWAsau
2022-01-23 18:02:55 +08:00
parent 28b6b2adff
commit a9ef4d985c
5 changed files with 390 additions and 186 deletions

7
backup_media.sh Normal file
View File

@@ -0,0 +1,7 @@
if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
MODDIR="${0%/*}"
operate="backup_media"
. "${0%/*}/tools/bin/tools.sh"
else
echo "${0%/*}/tools/bin/tools.sh遗失"
fi