
DESCRIPTION
This project aims to emulate the basic operation of apps like: Terminal or Termux, at least in the majority of commands and taking into account Tasker's own limitations, showing a command log report of its execution on the screen (stdout and stderr).
Notes:
- Avoid running cmds like 'logcat' (without params) or any cmd that runs indefinitely, because the project...