run a terminal command
(self, command)
| 148 | print(" ".join(self.external_terminal_commands)) |
| 149 | |
| 150 | def do_terminal_command(self, command): |
| 151 | """ |
| 152 | run a terminal command |
| 153 | """ |
| 154 | lib.settings.cmdline(command, is_msf=False) |
| 155 | |
| 156 | def do_clean_hosts(self): |
| 157 | """ |
no outgoing calls
no test coverage detected