[x] USB debugging[x] EnabledPair device with pairing codeadb pair '192.168.1.170:x'
adb connect '192.168.1.170:x'
cd ~ && rm -Rf '/tmp/iptv' && git clone --branch 'master' --depth '1' --recurse-submodules 'https://github.com/iptv-org/iptv.git' '/tmp/iptv'
****
mkdir -p '/tmp/iptv/custom' && mv -f '/tmp/iptv/streams/us'*'.m3u' '/tmp/iptv/streams/uk'*'.m3u' '/tmp/iptv/streams/jp'*'.m3u' '/tmp/iptv/streams/cn'*'.m3u' '/tmp/iptv/custom'
****
adb shell "mkdir -p '/sdcard/Streams'" && adb push '/tmp/iptv/custom/'* '/sdcard/Streams' && adb shell 'sync'
****
rm -Rf '/tmp/iptv' && adb disconnect && adb kill-server
cd ~ && rm -Rf '/mnt/NAS1/Videos/Streams/IPTV/src' && git clone --branch 'master' --depth '1' --recurse-submodules 'https://github.com/iptv-org/iptv.git' '/mnt/NAS1/Videos/Streams/IPTV/src'
****
git -C '/mnt/NAS1/Videos/Streams/IPTV/src' reset --hard 'origin/master' && git -C '/mnt/NAS1/Videos/Streams/IPTV/src' pull origin 'master' --rebase
rm -f '/mnt/NAS1/Videos/Streams/IPTV/'*'.m3u' && mv -f '/mnt/NAS1/Videos/Streams/IPTV/src/streams/us'*'.m3u' '/mnt/NAS1/Videos/Streams/IPTV/src/streams/uk'*'.m3u' '/mnt/NAS1/Videos/Streams/IPTV/src/streams/jp'*'.m3u' '/mnt/NAS1/Videos/Streams/IPTV'