Created
October 18, 2020 14:23
-
-
Save galexite/d02ba6ad49d107bb55b02ed1c0b0f80e to your computer and use it in GitHub Desktop.
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 | |
| proot \ | |
| -0 \ | |
| --link2symlink \ | |
| -r ~/debian \ | |
| -b /dev/ \ | |
| -b /sys/ \ | |
| -b /proc/ \ | |
| -b /data/data/com.termux/files/home \ | |
| /usr/bin/env \ | |
| -i \ | |
| HOME=/root \ | |
| TERM="xterm-256color" \ | |
| PATH=/bin:/usr/bin:/sbin:/usr/sbin \ | |
| /bin/bash --login |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment