tldr/pages/common/elvish.md

21 lines
361 B
Markdown
Raw Normal View History

2021-11-13 15:35:01 +00:00
# elvish
> Expressive programming language and a versatile interactive shell.
> More information: <https://elv.sh>.
- Start an interactive shell session:
`elvish`
- Execute a [c]ommand and then exit:
`elvish -c "{{command}}"`
- Execute a script and then exit:
`elvish {{path/to/script.elv}}`
- Print the Elvish version and then exit:
`elvish -version`