mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
Update shell.md
This commit is contained in:
@@ -10,7 +10,6 @@ Quickstart:
|
||||
import { $ } from "bun";
|
||||
|
||||
const response = await fetch("https://example.com");
|
||||
const buffer = Buffer.alloc(100);
|
||||
|
||||
// Use Response as stdin.
|
||||
await $`echo < ${response} > wc -c`; // 120
|
||||
|
||||
Reference in New Issue
Block a user