Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 189 Bytes

File metadata and controls

11 lines (9 loc) · 189 Bytes
$ python -c "import pty; pty.spawn('/bin/bash')"
$ ruby -e "exec '/bin/bash'"
$ perl -e "exec '/bin/bash';"

--------

$ Ctrl+Z
$ stty raw -echo && fg
$ export TERM=xterm-256-color