Skip to content

Commit

Permalink
tools: describe a more direct way to use a v run shebang in cmd/too…
Browse files Browse the repository at this point in the history
…ls/vrun
  • Loading branch information
spytheman committed Feb 4, 2025
1 parent 7ea5b4a commit 627cb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tools/vrun
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ v run $@

## On such systems, you can copy this script, or symlink it, somewhere in your PATH,
## and then start your .vsh scripts with: `#!/usr/bin/env vrun`.
## You can also start them with `#!/usr/bin/env /full/path/to/v/cmd/tools/vrun` directly,
## if you prefer.
## You can also start them with `#!/usr/bin/env /full/path/to/v/cmd/tools/vrun`, or
## even just `#!/full/path/to/v run` directly, if you prefer.

## You can check, if it works, by saving this as a /tmp/args.vsh file:
## ```v
Expand Down

0 comments on commit 627cb37

Please sign in to comment.