You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ -f ~/storage/shared/termuxlauncher/.apps-launcher ]] ; then echo -e "Collected\nlist installed apps :" ; echo ;
sed -n '/--list|-l)/,/\;\;/p' /sdcard/termuxlauncher/.apps-launcher | sed '1d;$d' | sed s'/printf//g' | sed s'/\"//g' | sed 's/\\n/ /g' | awk '{print $1}'
else echo "Error: Please install Termuxlauncher.apk's available project termuxlauncher at https://github.com/amsitlab/termuxlauncher/releases" ; fi