run_sh_async

Function run_sh_async 

Source
pub fn run_sh_async(cmd: &String, arg: &Vec<&str>) -> (bool, String)
Expand description

同步执行系统命令(todo)