You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
11 lines
256 B
Bash
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 |