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>