From dd111589b0b67cac5d3e826284e995ec3919e1ae Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sat, 2 Mar 2024 01:37:42 -0800 Subject: [PATCH] Update shell.md --- docs/guides/runtime/shell.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/guides/runtime/shell.md b/docs/guides/runtime/shell.md index 8679b7577e..26d83ff81c 100644 --- a/docs/guides/runtime/shell.md +++ b/docs/guides/runtime/shell.md @@ -2,9 +2,7 @@ name: Run a Shell Command --- -Bun Shell is a cross-platform bash-like shell built in to Bun. It provides a simple way to run shell commands in JavaScript and TypeScript. - -To get started, import the `$` function from the `bun` package and use it to run shell commands. +Bun Shell is a cross-platform bash-like shell built in to Bun. It provides a simple way to run shell commands in JavaScript and TypeScript. To get started, import the `$` function from the `bun` package and use it to run shell commands. ```ts#foo.ts import { $ } from "bun";