mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
5 lines
210 B
JSON
5 lines
210 B
JSON
{
|
|
"tasks": {
|
|
"piped": "echo 12345 | (deno eval 'const b = new Uint8Array(1);Deno.stdin.readSync(b);console.log(b)' && deno eval 'const b = new Uint8Array(1);Deno.stdin.readSync(b);console.log(b)')"
|
|
}
|
|
}
|