def shell_hook(self,cmd): """ Run system/shell command a'la os.system() """ shell(cmd, header=self.rc.system_header, verbose=self.rc.system_verbose)
def shell_hook(self, cmd): """ Run system/shell command a'la os.system() """ shell(cmd, header=self.rc.system_header, verbose=self.rc.system_verbose)