Home
last modified time | relevance | path

Searched refs:shell_cmd (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/buckifier/
Dutil.py70 def run_shell_command(shell_cmd, cmd_dir=None): argument
78 print("\t>>> Running: " + shell_cmd)
79 p = subprocess.Popen(shell_cmd,
107 for shell_cmd in shell_cmds:
108 ret_code, stdout, stderr = run_shell_command(shell_cmd, cmd_dir)