mobangjack

Results 2 issues of mobangjack

## Bug report **Required Info:** - Operating System: - - Installation type: - - Version or commit hash: - - DDS implementation: - - Client library (if applicable): - ####...

enhancement
help wanted

class UnixParser(Parser): @classmethod def get_command(cls): ifconfig_cmd = 'ifconfig' for path in ['/sbin', '/usr/sbin', '/bin', '/usr/bin']: // PATH variable should be considered if os.path.exists(os.path.join(path, ifconfig_cmd)): ifconfig_cmd = os.path.join(path, ifconfig_cmd) break ifconfig_cmd...