Live testing
This commit is contained in:
parent
1e35a8b096
commit
074efd4c1c
|
|
@ -170,6 +170,7 @@ class sys_command():
|
|||
for trigger in self.opts['triggers']:
|
||||
print(trigger.lower(),'vs', lower)
|
||||
if trigger.lower() in lower:
|
||||
print('[N] Writing to subsystem: {}'.format(trigger))
|
||||
os.write(child_fd, self.opts['triggers'][trigger])
|
||||
|
||||
yield output
|
||||
|
|
|
|||
Loading…
Reference in New Issue