Open iugo opened 4 years ago
Deno.chdir('/Users'); // `/Users` Deno.chdir(Deno.makeTempDirSync()); // `/private${dirPath}` Deno.chdir('/home'); // `/System/Volumes/Data/home` new TextDecoder('utf-8').decode(await Deno.run({ cmd: ['pwd'], stdout: 'piped' }).output());