php-shellcommand
php-shellcommand copied to clipboard
Support the ability to output to console while the command getting executed
Currently if a command is getting executed and that takes long then we will never know if it hangs, or still running, even if we want to show the progress it is hard to implement.
My PR is addressing this feature, basically we make execute()
simulate the behavior of real command gets executed in shell, while still running, the output of command will be echo to console.