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
273 B
Bash
11 lines
273 B
Bash
TS="/data/adb/modules/tricky_store"
|
|
echo "**********************************************"
|
|
echo "- Staring script..."
|
|
echo " "
|
|
|
|
sh "$TS"/UpdateTargetList.sh
|
|
|
|
echo "**********************************************"
|
|
echo "\(__All set!__)/"
|
|
echo "Exiting in 2 seconds..."
|
|
sleep 2 |