Files
backup_script/安裝YT或是YTmusic.sh
Yawasau 76d8b1ebb6 bugfix
2022-10-09 19:27:56 +08:00

7 lines
157 B
Bash

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