Skip to content

Instantly share code, notes, and snippets.

@realrasengan
Created October 17, 2017 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save realrasengan/c2be2faeafda814acb2d49c76909774c to your computer and use it in GitHub Desktop.
Save realrasengan/c2be2faeafda814acb2d49c76909774c to your computer and use it in GitHub Desktop.
#!/data/data/com.termux/files/usr/bin/sh
proot -0 -r ~/stretch -b /dev/ -b /sys/ -b /proc/ -b /data/data/com.termux/files/home /bin/env -i HOME=/root TERM="xterm-256color" PS1='[root@stretch \W]$ ' PATH=/bin:/usr/bin:/sbin:/usr/sbin:/bin /bin/bash --login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment