Spawning Shells
Methods for invoking a shell.
/bin/bash -i/bin/sh -iecho 'os.system('/bin/bash')'perl -e 'exec "/bin/sh";'$ python -c 'import pty;pty.spawn("/bin/sh")'$ :!bashSHELL=/bin/bash script -q /dev/nullstty raw -echo && fgLast updated