Directly run the command in the shell

This commit is contained in:
blinry 2021-02-27 15:07:35 +01:00
parent 16edb843b7
commit a60b2f9afb
4 changed files with 17 additions and 19 deletions

View file

@ -44,8 +44,8 @@ func send(text):
var shell_command = ShellCommand.new()
shell_command.command = text
shell_command.output = response
print("response:")
print(response)
#print("response:")
#print(response)
shell_command.exit_code = exit_code
return shell_command
else: