Update shell.md

This commit is contained in:
Jarred Sumner
2024-01-19 19:05:54 -08:00
parent dcfec52b11
commit 15f727dc2f

View File

@@ -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