python3 -c "import pty;pty.spawn('/bin/bash')" export TERM=xterm ^Z stty raw -echo; fg # Hit enter again.
Last updated 6 months ago