diff --git a/bin/qssh b/bin/qssh index c27f995..a05391a 100755 --- a/bin/qssh +++ b/bin/qssh @@ -41,6 +41,6 @@ while True: cmd = [ path_to_bombshell, host, - ] + rest + ] + ["sh", "-c", " ".join(rest)] os.execvp(cmd[0], cmd)