Files
Tricky-Addon-Update-Target-…/module/action.sh
KOWX712 1ebe14c646 refactor code
simplify, bug fix, unify variable name
2024-10-28 21:28:56 +08:00

11 lines
256 B
Bash

MODDIR=${0%/*}
echo "**********************************************"
echo "- Staring script..."
echo " "
sh "$MODDIR"/UpdateTargetList.sh
echo "**********************************************"
echo "\(__All set!__)/"
echo "Exiting in 2 seconds..."
sleep 2