Skip to content

Commit

Permalink
docs: show shebang in the readme (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad authored Dec 18, 2023
1 parent 5d02141 commit 59ff85f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Cross platform shell tools for Deno inspired by [zx](https://github.com/google/z
## Executing commands

```ts
#!/usr/bin/env -S deno run --allow-all
import $ from "https://deno.land/x/dax/mod.ts";

// run a command
Expand Down

0 comments on commit 59ff85f

Please sign in to comment.