mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update shell.md
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user