7 lines
88 B
Bash
Executable file
7 lines
88 B
Bash
Executable file
#!/data/data/com.termux/files/usr/bin/bash
|
|
#
|
|
# Substitution for sudo
|
|
#
|
|
|
|
echo "$@" | tsu
|