Sean Buckley

Results 3 issues of Sean Buckley

This is my attempt at a module to display the SHLVL variable if the current shell is a subshell. I've been using this patch for a few months, and I...

The linux payload frequently emits this error message when processing commands. ``` bash: [: too many arguments ``` This just adds some quotes so the "if" statement processes correctly.

These loops cause the python process to use 100% CPU while waiting for a response from clients. Adding a small delay to the loop fixes that.