Ejemplo n.º 1
0
Archivo: csh.py Proyecto: rvsiy/rez
 def executable(cls):
     if cls._executable is None:
         cls._executable = Shell.find_executable('csh')
     return cls._executable
Ejemplo n.º 2
0
 def executable(cls):
     if cls._executable is None:
         cls._executable = Shell.find_executable('tcsh')
     return cls._executable
Ejemplo n.º 3
0
 def executable(cls):
     if cls._executable is None:
         cls._executable = Shell.find_executable('powershell')
     return cls._executable
Ejemplo n.º 4
0
 def executable(cls):
     return Shell.find_executable('sh')