Files
backup_script/備份自定義資料夾.sh
Yawasau 36d95bee0d bugfix
2022-12-04 12:55:26 +08:00

9 lines
200 B
Bash

if [ -f "${0%/*}/tools/bin/tools.sh" ]; then
MODDIR="${0%/*}"
operate="backup_media"
{
. "${0%/*}/tools/bin/tools.sh" | tee "$MODDIR/log.txt"
} &
else
echo "${0%/*}/tools/bin/tools.sh遗失"
fi