Files
tldr/pages/common/elvish.md
Emily Grace Seville 36d481fa58 elvish: refresh (#7989)
2022-04-24 18:07:47 -03:00

18 lines
324 B
Markdown

# elvish
> Expressive programming language and a versatile interactive shell.
> See also: `nu`.
> More information: <https://elv.sh>.
- Start an interactive shell session:
`elvish`
- Execute specific [c]ommands:
`elvish -c "{{echo 'elvish is executed'}}"`
- Execute a specific script:
`elvish {{path/to/script.elv}}`