Now you can pass commands with -c .. This was wanted by you guys.. and is useful for running one off commands as root from Termux.
tsu now includes `tsudo` for shortcut to `tsu -c` so you can just `tsudo your command`
Added -a option to append system binaries, complimenting the -p option to prepend.
Fixed missing PATH is non-magisk su.
tsu now uses `shellcheck` to lint :wastebasket: and `shfmt` to prettify :paintbrush: the source code.