예제 #1
0
파일: hooks.py 프로젝트: yaii/ipyconsole
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)
예제 #2
0
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)