#!/bin/zsh
export PATH=/data/data/com.termux/files/home/bin:$PATH;termux-brightness 255;sudo settings delete secure enabled_accessibility_services;su -c "/system/bin/sh `which tbsync` on";sudo settings put secure enabled_accessibility_services com.android.talkback/com.google.android.marvin.talkback.TalkBackService;for f in `sudo pgrep -af screenctl|sed "/grep/d"|cut -f 1 -d \  `;do sudo kill -9 $f;done;sudo bash `which screenctl` on
