1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 04:02:09 +02:00
tldr/pages/common/elvish.md
2022-04-24 18:07:47 -03:00

324 B

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}}