Files
backup_script/tools/script/check_file
Yawasau 67d570f126 bugfix
2022-06-07 00:16:25 +08:00

7 lines
165 B
Plaintext

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