From 15f727dc2f3736c30ebceb5fa52dc900943a5d2c Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Fri, 19 Jan 2024 19:05:54 -0800 Subject: [PATCH] Update shell.md --- docs/runtime/shell.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/runtime/shell.md b/docs/runtime/shell.md index f866fb8098..9aea702c8d 100644 --- a/docs/runtime/shell.md +++ b/docs/runtime/shell.md @@ -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