Files
backup_script/Getlist.sh
2022-01-17 22:12:19 +08:00

7 lines
153 B
Bash

if [ -f "${0%/*}/tools/bin/tools" ]; then
MODDIR="${0%/*}"
operate="Getlist"
. "${0%/*}/tools/bin/tools"
else
echo "${0%/*}/tools/bin/tools遺失"
fi