public ShellRequest ProcessCMD(string cmd, string work_direcotry) { return(ShellUtil.ProcessCommand(cmd, work_direcotry, _enviroumentVarList)); }
public static async void Test() { await ShellUtil.ProcessCommand("mkdir shellTest", Application.dataPath); }