zx/throw-issues/antonSan.ts (
1
lines of code) (
raw
):
#!/usr/bin/env zx import {$} from 'zx' void async function () { let {stdout} = await $`pwd`.pipe($`cat`) console.log(chalk.red(stdout.trimEnd()), __filename) }()