This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/data/data/com.termux/files/usr/bin/sh | |
| # sudo for Termux | |
| # For security reasons some environent variables are reset by su | |
| # So we need to set LD_LIBRARY_PATH | |
| # Root's HOME is set to 'termux's home/.suroot'. | |
| # Startup files and other stuffs can be added there. | |
| ROOT_HOME=$HOME/.suroot |