mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:02:08 +02:00
17 lines
324 B
Markdown
17 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}}`
|