This commit is contained in:
Yawasau
2022-05-08 14:29:54 +08:00
parent 22d3aa7dcb
commit 6e4d90114c
7 changed files with 138 additions and 80 deletions

7
備份應用.sh Normal file
View File

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