示例#1
0
文件: csh.py 项目: rvsiy/rez
 def executable(cls):
     if cls._executable is None:
         cls._executable = Shell.find_executable('csh')
     return cls._executable
示例#2
0
 def executable(cls):
     if cls._executable is None:
         cls._executable = Shell.find_executable('tcsh')
     return cls._executable
示例#3
0
 def executable(cls):
     if cls._executable is None:
         cls._executable = Shell.find_executable('powershell')
     return cls._executable
示例#4
0
 def executable(cls):
     return Shell.find_executable('sh')