Files
buildx/monitor
Justin Chadwell 9952a12625 monitor: add shell escape feature
Debuggers like GDB support prefixing a command with an exclamation mark
"!" to pass the rest of the command to the shell. We can mimic this
functionality.

Additionally, we can enable shlex parsing easily by using the
google/shlex utility.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-01-31 15:05:53 +00:00
..
2023-01-31 15:05:53 +00:00