mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
341 B
341 B
elvish
Expressive programming language and a versatile interactive shell. See also:
nu
. More information: https://elv.sh/ref/command.html.
- 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}}