Update shell.md

This commit is contained in:
Jarred Sumner
2024-03-02 01:37:42 -08:00
parent 3c62580529
commit dd111589b0

View File

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