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